summaryrefslogtreecommitdiff
path: root/sowsim/sowsim.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-18 04:26:20 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-18 04:26:20 +0200
commitc42d5abff1f5f51facc169dd593725d819c4c868 (patch)
tree9aa8bdef88bf89561c7726948541a1ba3906b81e /sowsim/sowsim.pro
parentf225345d4de3b198a557fe3566f9630163e76d51 (diff)
downloadsowatch-c42d5abff1f5f51facc169dd593725d819c4c868.tar.gz
sowatch-c42d5abff1f5f51facc169dd593725d819c4c868.zip
separation into lib and plugins complete
Diffstat (limited to 'sowsim/sowsim.pro')
-rw-r--r--sowsim/sowsim.pro14
1 files changed, 9 insertions, 5 deletions
diff --git a/sowsim/sowsim.pro b/sowsim/sowsim.pro
index bd8065e..576479b 100644
--- a/sowsim/sowsim.pro
+++ b/sowsim/sowsim.pro
@@ -12,11 +12,6 @@ QT += core
SOURCES += main.cpp
-unix:!symbian:!maemo5:isEmpty(MEEGO_VERSION_MAJOR) {
- target.path = /opt/maemo/usr/bin
- INSTALLS += target
-}
-
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -llibsowatch
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -llibsowatch
else:symbian: LIBS += -llibsowatch
@@ -24,3 +19,12 @@ else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -llibsowatch
INCLUDEPATH += $$PWD/../libsowatch
DEPENDPATH += $$PWD/../libsowatch
+
+unix {
+ maemo5 {
+ target.path = /opt/sowatch
+ } else {
+ target.path = /usr/bin
+ }
+ INSTALLS += target
+}