From 5748ff8e81efa6f2b07aac9a023dbda2ca2cdd69 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Mon, 15 Feb 2010 08:56:30 +0200 Subject: Integrated Engine and Set and DBusQEventLoop together --- libresourceqt/libresourceqt.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libresourceqt/libresourceqt.pro') 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 -- cgit v1.2.3