From 2962830c5b38a0ed8bb3992f9b8b935043cc6442 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Mon, 6 Dec 2010 14:58:01 +1000 Subject: Port some QtDeclarative test cases as examples --- tests/qdeclarativebinding/qdeclarativebinding.pro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/qdeclarativebinding/qdeclarativebinding.pro (limited to 'tests/qdeclarativebinding/qdeclarativebinding.pro') 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) -- cgit v1.2.3