summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/tests.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-08-26 14:31:07 +0200
committerMichal Klocek <michal.klocek@qt.io>2021-08-31 09:44:30 +0200
commit24a695b4b7fda581c15600b111d6b6c3459ca1d9 (patch)
tree3b3b2a2d7c3d5461ec2ce47878af4b545cf36566 /tests/auto/quick/tests.pri
parentf2153965c8f8459af4edcf30d69b4f1e81085cb4 (diff)
Nuke all qmake files from tests
Pick-to: 6.2 Change-Id: Ibad2e50d840a2eb0ccb9ac65158e512249a2bc79 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick/tests.pri')
-rw-r--r--tests/auto/quick/tests.pri20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri
deleted file mode 100644
index 8cf4c0af5..000000000
--- a/tests/auto/quick/tests.pri
+++ /dev/null
@@ -1,20 +0,0 @@
-include($$QTWEBENGINE_OUT_ROOT/src/webenginequick/qtwebenginequick-config.pri) # workaround for QTBUG-68093
-QT_FOR_CONFIG += webenginequick-private
-
-TEMPLATE = app
-
-CONFIG += testcase
-
-VPATH += $$_PRO_FILE_PWD_
-TARGET = tst_$$TARGET
-
-SOURCES += $${TARGET}.cpp
-INCLUDEPATH += \
- $$PWD \
- ../shared
-
-QT += testlib network quick webenginequick
-
-# This define is used by some tests to look up resources in the source tree
-DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\"
-include(../embed_info_plist.pri)