aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow/qquickwindow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickwindow/qquickwindow.pro')
-rw-r--r--tests/auto/quick/qquickwindow/qquickwindow.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/quick/qquickwindow/qquickwindow.pro b/tests/auto/quick/qquickwindow/qquickwindow.pro
deleted file mode 100644
index b0a5f97a32..0000000000
--- a/tests/auto/quick/qquickwindow/qquickwindow.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickwindow
-SOURCES += tst_qquickwindow.cpp
-
-include (../../shared/util.pri)
-include(../shared/util.pri)
-
-macx:CONFIG -= app_bundle
-
-QT += core-private qml-private quick-private testlib
-
-TESTDATA = data/*
-
-OTHER_FILES += \
- data/active.qml \
- data/AnimationsWhileHidden.qml \
- data/Headless.qml \
- data/showHideAnimate.qml \
- data/windoworder.qml \
- data/grabContentItemToImage.qml