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, 0 insertions, 24 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
deleted file mode 100644
index 01c9573..0000000
--- a/tests/test-performance/test-resourceqt-performance/test-resourceqt-performance.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-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