summaryrefslogtreecommitdiff
path: root/tests/test-resource-engine/test-resource-engine.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-02 15:51:41 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-02 15:51:41 +0200
commit8bff62c335842b4c850cc09716e79c2f556247c7 (patch)
tree281dd5c4a92087f6308e3fb540aba62d7fd272c2 /tests/test-resource-engine/test-resource-engine.pro
parentb7d622788b55d30d51ce30bd58634763fddf66fc (diff)
directory structure changes
Diffstat (limited to 'tests/test-resource-engine/test-resource-engine.pro')
-rw-r--r--tests/test-resource-engine/test-resource-engine.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/test-resource-engine/test-resource-engine.pro b/tests/test-resource-engine/test-resource-engine.pro
new file mode 100644
index 0000000..9413609
--- /dev/null
+++ b/tests/test-resource-engine/test-resource-engine.pro
@@ -0,0 +1,29 @@
+BASE = ..
+TEMPLATE = app
+TARGET = test-resource-engine
+DESTDIR = build
+DEPENDPATH += $${BASE}/include $${BASE}/src .
+INCLUDEPATH += $${BASE}/src $${BASE}/include $${BASE}/../libresource/src
+
+# Input
+HEADERS += $${BASE}/include/resource.h \
+ $${BASE}/include/resource-set.h \
+ $${BASE}/src/resource-engine.h \
+ test-resource-engine.h
+
+SOURCES += $${BASE}/src/resource.cpp \
+ $${BASE}/src/resource-set.cpp \
+ $${BASE}/src/resource-engine.cpp \
+ test-resource-engine.cpp
+
+OBJECTS_DIR = build
+MOC_DIR = build
+
+CONFIG += qt qtestlib debug warn_on link_pkgconfig
+QT -= gui
+PKGCONFIG += dbus-1
+
+# Install directives
+INSTALLBASE = /usr
+target.path = $${INSTALLBASE}/share/libresourceqt/tests
+INSTALLS = target