From 556040ae16579ff0ca360964bbb025e6b3bb1739 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Wed, 24 Sep 2014 21:22:43 -0300 Subject: Added initial support for Debian/kFreeBSD. This patch has been tested and shown to build/run on Debian/kFreeBSD, Ubuntu and PC-BSD. --- lumina-fm/lumina-fm.pro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lumina-fm/lumina-fm.pro') diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro index e004de17..afe46993 100644 --- a/lumina-fm/lumina-fm.pro +++ b/lumina-fm/lumina-fm.pro @@ -24,10 +24,9 @@ FORMS += MainUI.ui \ INCLUDEPATH += ../libLumina /usr/local/include -linux-* { LIBS += -L../libLumina -lLuminaUtils -} else { - LIBS += -L../libLumina -lLuminaUtils -lQtSolutions_SingleApplication-head +freebsd-* { + LIBS += -lQtSolutions_SingleApplication-head } openbsd-g++4 { -- cgit