summaryrefslogtreecommitdiff
path: root/tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro
diff options
context:
space:
mode:
authorMartin Wolf <ext-martin.2.wolf@nokia.com>2010-05-17 16:02:02 +0300
committerMartin Wolf <ext-martin.2.wolf@nokia.com>2010-05-17 16:02:02 +0300
commitdef2b0c7930cd92b08351844a2e40a8e3ed94dae (patch)
treeeb7ecc6129ff639f93ef54bdb08e3f0a200854b3 /tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro
parent0e279e4350932643144f4ba9ac0afe501cb94c47 (diff)
Added performance tests
Diffstat (limited to 'tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro')
-rw-r--r--tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro b/tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro
new file mode 100644
index 0000000..01c9573
--- /dev/null
+++ b/tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro
@@ -0,0 +1,24 @@
+include(../../../common.pri)
+
+TEMPLATE = app
+TARGET = test-resourceqt-performance
+MOC_DIR = .moc
+OBJECTS_DIR = .obj
+DEPENDPATH += .
+QT = core
+CONFIG += console
+CONFIG -= app_bundle
+
+INCLUDEPATH += $${LIBRESOURCEINC}
+QMAKE_CXXFLAGS += -Wall
+LIBS += -L$${LIBRESOURCEQT}/build -lresourceqt -L$${LIBDBUSQEVENTLOOP}/build -ldbus-qeventloop
+
+# Input
+HEADERS = client.h
+SOURCES += test-resourceqt-performance.cpp client.cpp
+
+QMAKE_DISTCLEAN += -r .moc .obj
+
+# Install options
+target.path = /usr/lib/libresourceqt-performance-tests/
+INSTALLS = target