summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qmltestcase.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qmltestcase.prf')
-rw-r--r--mkspecs/features/qmltestcase.prf16
1 files changed, 1 insertions, 15 deletions
diff --git a/mkspecs/features/qmltestcase.prf b/mkspecs/features/qmltestcase.prf
index a3d66e659e..5e60185493 100644
--- a/mkspecs/features/qmltestcase.prf
+++ b/mkspecs/features/qmltestcase.prf
@@ -1,20 +1,6 @@
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}
-}
+QT += declarative qmltest
# If the .pro file specified an IMPORTPATH, then add that to
# the command-line when the test is run.