diff options
author | Ken Moore <moorekou@gmail.com> | 2014-09-25 08:19:21 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2014-09-25 08:19:21 -0400 |
commit | edb4e35a6c615f21c45897f8ad7d2558fcb71ef4 (patch) | |
tree | 0a8f7158000d15d8af70ecbd401475f0cc341100 /lumina-screenshot/lumina-screenshot.pro | |
parent | Merge pull request #12 from slicer69/master (diff) | |
parent | Added initial support for Debian/kFreeBSD. This patch has been tested (diff) | |
download | lumina-edb4e35a6c615f21c45897f8ad7d2558fcb71ef4.tar.gz lumina-edb4e35a6c615f21c45897f8ad7d2558fcb71ef4.tar.bz2 lumina-edb4e35a6c615f21c45897f8ad7d2558fcb71ef4.zip |
Merge pull request #13 from slicer69/master
Added initial support for Debian/kFreeBSD
Diffstat (limited to 'lumina-screenshot/lumina-screenshot.pro')
-rw-r--r-- | lumina-screenshot/lumina-screenshot.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lumina-screenshot/lumina-screenshot.pro b/lumina-screenshot/lumina-screenshot.pro index df783ad0..7b647386 100644 --- a/lumina-screenshot/lumina-screenshot.pro +++ b/lumina-screenshot/lumina-screenshot.pro @@ -15,10 +15,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 { |