summaryrefslogtreecommitdiff
path: root/libsowatch/libsowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-10-17 20:54:22 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-10-17 20:54:22 +0200
commite8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 (patch)
tree34a842fb825ecc14454ff044fc6af92e29b4ae10 /libsowatch/libsowatch.pro
parente42e7dca8df8d1e4966545894e2dde228f19b6f0 (diff)
downloadsowatch-e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8.tar.gz
sowatch-e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8.zip
Major change: sowatchd is now a QtM service
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r--libsowatch/libsowatch.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro
index cb77a17..6f657c8 100644
--- a/libsowatch/libsowatch.pro
+++ b/libsowatch/libsowatch.pro
@@ -29,7 +29,7 @@ SOURCES += \
watchletplugininterface.cpp \
registry.cpp
-HEADERS +=\
+HEADERS += \
watchsimulator.h \
watchserver.h \
watchpaintengine.h \
@@ -62,10 +62,10 @@ symbian {
unix:!symbian {
install_headers.path = /usr/include/sowatch
- maemo5 {
- target.path = /opt/maemo/usr/lib
- } else {
- target.path = /usr/lib
- }
+ !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
+ target.path = /opt/sowatch/lib
+ } else {
+ target.path = /usr/lib
+ }
INSTALLS += install_headers target
}