summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtsensors5/qtsensors5.pro
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2011-09-27 12:09:02 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commit2ae28157cc76180fd79765f612deece7974d5c0e (patch)
tree30b9925dc00bb38931e3573aa53ac5fa90049bba /tests/auto/qtsensors5/qtsensors5.pro
parenta554c047592dd5b74eceda155fbcbae3a414267c (diff)
MTMW-337 Unit test (presence of each new QML API element)
Change-Id: Ie0efa681cff6cce4ec2b75b25fcd8cdb45cd03bd Reviewed-on: http://codereview.qt-project.org/5568 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
Diffstat (limited to 'tests/auto/qtsensors5/qtsensors5.pro')
-rw-r--r--tests/auto/qtsensors5/qtsensors5.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qtsensors5/qtsensors5.pro b/tests/auto/qtsensors5/qtsensors5.pro
new file mode 100644
index 00000000..92d624dd
--- /dev/null
+++ b/tests/auto/qtsensors5/qtsensors5.pro
@@ -0,0 +1,6 @@
+TEMPLATE=app
+TARGET=tst_qtsensors5
+CONFIG += testcase
+QT = core testlib gui declarative
+SOURCES += tst_qtsensors5.cpp
+