diff options
author | Jesse Smith <jessefrgsmith@yahoo.ca> | 2014-09-24 21:22:43 -0300 |
---|---|---|
committer | Jesse Smith <jessefrgsmith@yahoo.ca> | 2014-09-24 21:22:43 -0300 |
commit | 556040ae16579ff0ca360964bbb025e6b3bb1739 (patch) | |
tree | 0a8f7158000d15d8af70ecbd401475f0cc341100 /lumina-fm/lumina-fm.pro | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | lumina-556040ae16579ff0ca360964bbb025e6b3bb1739.tar.gz lumina-556040ae16579ff0ca360964bbb025e6b3bb1739.tar.bz2 lumina-556040ae16579ff0ca360964bbb025e6b3bb1739.zip |
Added initial support for Debian/kFreeBSD. This patch has been tested
and shown to build/run on Debian/kFreeBSD, Ubuntu and PC-BSD.
Diffstat (limited to 'lumina-fm/lumina-fm.pro')
-rw-r--r-- | lumina-fm/lumina-fm.pro | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |