From def2b0c7930cd92b08351844a2e40a8e3ed94dae Mon Sep 17 00:00:00 2001 From: Martin Wolf Date: Mon, 17 May 2010 16:02:02 +0300 Subject: Added performance tests --- .../test-performance/dbus-spammer/dbus-spammer.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/test-performance/dbus-spammer/dbus-spammer.pro (limited to 'tests/test-performance/dbus-spammer/dbus-spammer.pro') diff --git a/tests/test-performance/dbus-spammer/dbus-spammer.pro b/tests/test-performance/dbus-spammer/dbus-spammer.pro new file mode 100644 index 0000000..752d740 --- /dev/null +++ b/tests/test-performance/dbus-spammer/dbus-spammer.pro @@ -0,0 +1,21 @@ +TEMPLATE = app +TARGET = dbus-spammer +MOC_DIR = .moc +OBJECTS_DIR = .obj +DEPENDPATH += . +QT = core dbus +CONFIG += console link_pkgconfig +CONFIG -= app_bundle +PKGCONFIG += dbus-1 + +QMAKE_CXXFLAGS += -Wall + +# Input +SOURCES += dbus-spammer.cpp dbus-services.cpp +HEADERS += dbus-services.h + +QMAKE_DISTCLEAN += -r .moc .obj + +# Install options +target.path = /usr/lib/libresourceqt-performance-tests/ +INSTALLS = target -- cgit v1.2.3