summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:03:48 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:07:30 +1000
commitaf3a7a764686554e86da7dda7f2d17111abc8409 (patch)
tree79bbe93eb17001d3e59a65c8208b52ac41b5f2ab /features
parentc06d64bb49c26e13d8aa27275838389484bb64a0 (diff)
Install qmltestcase.prf for user applications
Diffstat (limited to 'features')
-rw-r--r--features/qmltestcase.prf17
1 files changed, 17 insertions, 0 deletions
diff --git a/features/qmltestcase.prf b/features/qmltestcase.prf
new file mode 100644
index 0000000..d5cbedc
--- /dev/null
+++ b/features/qmltestcase.prf
@@ -0,0 +1,17 @@
+CONFIG += testcase
+
+!symbian {
+ INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtQuickTest
+} else {
+ load(data_caging_paths)
+
+ INCLUDEPATH+=$$MW_LAYER_PUBLIC_EXPORT_PATH(QtQuickTest)
+}
+
+QT += declarative
+
+win32:CONFIG(debug, debug|release) {
+ LIBS += -lQtQuickTest$${QT_LIBINFIX}d
+} else {
+ LIBS += -lQtQuickTest$${QT_LIBINFIX}
+}