aboutsummaryrefslogtreecommitdiff
path: root/lumina-screenshot/lumina-screenshot.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2014-09-25 08:19:21 -0400
committerKen Moore <moorekou@gmail.com>2014-09-25 08:19:21 -0400
commitedb4e35a6c615f21c45897f8ad7d2558fcb71ef4 (patch)
tree0a8f7158000d15d8af70ecbd401475f0cc341100 /lumina-screenshot/lumina-screenshot.pro
parentMerge pull request #12 from slicer69/master (diff)
parentAdded initial support for Debian/kFreeBSD. This patch has been tested (diff)
downloadlumina-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.pro5
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 {
bgstack15