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