summaryrefslogtreecommitdiffstats
path: root/tests/qdeclarativebinding/qdeclarativebinding.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-06 14:58:01 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-06 15:05:00 +1000
commit2962830c5b38a0ed8bb3992f9b8b935043cc6442 (patch)
treee6b177d6ab174ffe0aa370ffeda791a003206bca /tests/qdeclarativebinding/qdeclarativebinding.pro
parentae2770544464081984dbe5d4db4fce592969e564 (diff)
Port some QtDeclarative test cases as examples
Diffstat (limited to 'tests/qdeclarativebinding/qdeclarativebinding.pro')
-rw-r--r--tests/qdeclarativebinding/qdeclarativebinding.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qdeclarativebinding/qdeclarativebinding.pro b/tests/qdeclarativebinding/qdeclarativebinding.pro
new file mode 100644
index 0000000..708794c
--- /dev/null
+++ b/tests/qdeclarativebinding/qdeclarativebinding.pro
@@ -0,0 +1,6 @@
+TEMPLATE=app
+TARGET=tst_qdeclarativebinding
+CONFIG += warn_on testcase
+SOURCES += tst_qdeclarativebinding.cpp
+RESOURCES += qdeclarativebinding.qrc
+include(../../src/quicktestlib/quicktestlib_dep.pri)