summaryrefslogtreecommitdiff
path: root/tests/test-dbus-pong/test-dbus-pong.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-dbus-pong/test-dbus-pong.pro')
-rw-r--r--tests/test-dbus-pong/test-dbus-pong.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/test-dbus-pong/test-dbus-pong.pro b/tests/test-dbus-pong/test-dbus-pong.pro
new file mode 100644
index 0000000..ab59e1a
--- /dev/null
+++ b/tests/test-dbus-pong/test-dbus-pong.pro
@@ -0,0 +1,20 @@
+TEMPLATE = app
+TARGET = test-dbus-pong
+MOC_DIR = .moc
+OBJECTS_DIR = .obj
+DEPENDPATH += .
+QT = core dbus
+CONFIG += console
+CONFIG -= app_bundle
+
+QMAKE_CXXFLAGS += -Wall
+
+# Input
+SOURCES += test-dbus-pong.cpp
+HEADERS += pong.h
+
+QMAKE_DISTCLEAN += -r .moc .obj
+
+# Install options
+target.path = /usr/lib/libresourceqt-tests/
+INSTALLS = target