summaryrefslogtreecommitdiff
path: root/tests/test-resource-engine/test-resource-engine.pro
diff options
context:
space:
mode:
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