aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-05-21 23:53:11 +1000
committerCharles Yin <charles.yin@nokia.com>2011-05-21 23:53:26 +1000
commit5695c61b11618b163a326afaa2f1b0bb4854339c (patch)
tree2bc260c2a66a0744571f8c3ea42a40a0b79dffff /src/qmltest
parentf5ccfb153fccb620a478e2cac3a29726c8205a50 (diff)
qmltestcase.prf moved to qtbase
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/features/qmltestcase.prf25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/qmltest/features/qmltestcase.prf b/src/qmltest/features/qmltestcase.prf
deleted file mode 100644
index a3d66e659e..0000000000
--- a/src/qmltest/features/qmltestcase.prf
+++ /dev/null
@@ -1,25 +0,0 @@
-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}
-}
-
-# If the .pro file specified an IMPORTPATH, then add that to
-# the command-line when the test is run.
-!isEmpty(IMPORTPATH) {
- load(testcase)
- for(import, IMPORTPATH): check.commands += -import \"$$import\"
-}
-DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"