summaryrefslogtreecommitdiffstats
path: root/tests/buttonclick/buttonclick.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-07 12:43:45 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-07 12:43:45 +1000
commit57d28e9b0aff010f55bf465d27bb5c3e009d47ec (patch)
tree8872141f4b1370afbc5c049b562c6951cc04cffb /tests/buttonclick/buttonclick.pro
parent27dfe1fb63977807c9c0a430e778a06290d4f4a4 (diff)
Test signals
Diffstat (limited to 'tests/buttonclick/buttonclick.pro')
-rw-r--r--tests/buttonclick/buttonclick.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/buttonclick/buttonclick.pro b/tests/buttonclick/buttonclick.pro
new file mode 100644
index 0000000..9e41a01
--- /dev/null
+++ b/tests/buttonclick/buttonclick.pro
@@ -0,0 +1,6 @@
+TEMPLATE=app
+TARGET=tst_buttonclick
+CONFIG += warn_on testcase
+SOURCES += tst_buttonclick.cpp
+RESOURCES += buttonclick.qrc
+include(../../src/quicktestlib/quicktestlib_dep.pri)