summaryrefslogtreecommitdiff
path: root/libresourceqt/libresourceqt.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-15 08:56:30 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-15 08:56:30 +0200
commit5748ff8e81efa6f2b07aac9a023dbda2ca2cdd69 (patch)
tree39794cc6a210a042a9dc5a183f8a3620009d107e /libresourceqt/libresourceqt.pro
parentdade38119c9fdea35eb2f71cb4e5d43fd7c53a54 (diff)
Integrated Engine and Set and DBusQEventLoop together
Diffstat (limited to 'libresourceqt/libresourceqt.pro')
-rw-r--r--libresourceqt/libresourceqt.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/libresourceqt/libresourceqt.pro b/libresourceqt/libresourceqt.pro
index a80eac8..1fa80c2 100644
--- a/libresourceqt/libresourceqt.pro
+++ b/libresourceqt/libresourceqt.pro
@@ -3,7 +3,7 @@ TEMPLATE = lib
TARGET = resourceqt
DESTDIR = build
DEPENDPATH += $${POLICY} src
-INCLUDEPATH += $${LIBRESOURCEINC} src
+INCLUDEPATH += $${LIBRESOURCEINC} $${LIBDBUSQEVENTLOOP} src
# Input
PUBLIC_HEADERS = $${POLICY}/resource.h $${POLICY}/resource-set.h $${POLICY}/resources.h
@@ -15,6 +15,9 @@ SOURCES += src/resource.cpp \
src/resource-engine.cpp \
src/resources.cpp
+QMAKE_CXXFLAGS += -Wall
+LIBS += -L$${LIBDBUSQEVENTLOOP}/build -ldbus-qeventloop
+
OBJECTS_DIR = build
MOC_DIR = build