summaryrefslogtreecommitdiff
path: root/libsowatch/libsowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-04-26 01:36:20 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-04-26 01:36:20 +0200
commit93f3acd128d6b349efe14e97b12c2703ca4f81f3 (patch)
tree937f3de2307444f0c28d6d21f26f1580e789b074 /libsowatch/libsowatch.pro
parent1375a26b135547fdd8e07db62acf8116a8482560 (diff)
downloadsowatch-93f3acd128d6b349efe14e97b12c2703ca4f81f3.tar.gz
sowatch-93f3acd128d6b349efe14e97b12c2703ca4f81f3.zip
Moved the core framework to GConf & D-Bus
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r--libsowatch/libsowatch.pro44
1 files changed, 21 insertions, 23 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro
index 6f657c8..7a5b8eb 100644
--- a/libsowatch/libsowatch.pro
+++ b/libsowatch/libsowatch.pro
@@ -4,11 +4,14 @@
#
#-------------------------------------------------
-QT += gui declarative
+QT += gui declarative
-TARGET = sowatch
-TEMPLATE = lib
-VERSION = 1.0.0
+CONFIG += link_pkgconfig
+PKGCONFIG += gconf-2.0
+
+TARGET = sowatch
+TEMPLATE = lib
+VERSION = 1.0.0
DEFINES += SOWATCH_LIBRARY
@@ -27,7 +30,10 @@ SOURCES += \
notificationplugininterface.cpp \
notificationprovider.cpp \
watchletplugininterface.cpp \
- registry.cpp
+ registry.cpp \
+ watchscanner.cpp \
+ configkey.cpp \
+ gconfkey.cpp
HEADERS += \
watchsimulator.h \
@@ -46,26 +52,18 @@ HEADERS += \
notificationplugininterface.h \
notificationprovider.h \
watchletplugininterface.h \
- registry.h
+ registry.h \
+ watchscanner.h \
+ configkey.h \
+ gconfkey.h
install_headers.files = $$HEADERS
-symbian {
- MMP_RULES += EXPORTUNFROZEN
- TARGET.UID3 = 0xE6B95AFF
- TARGET.CAPABILITY =
- TARGET.EPOCALLOWDLLDATA = 1
- addFiles.sources = libsowatch.dll
- addFiles.path = !:/sys/bin
- DEPLOYMENT += addFiles
+install_headers.path = /usr/include/sowatch
+!isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
+ target.path = /opt/sowatch/lib
+} else {
+ target.path = /usr/lib
}
-unix:!symbian {
- install_headers.path = /usr/include/sowatch
- !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
- target.path = /opt/sowatch/lib
- } else {
- target.path = /usr/lib
- }
- INSTALLS += install_headers target
-}
+INSTALLS += install_headers target