aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/dialogs/dialogs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/dialogs/dialogs.pro')
-rw-r--r--tests/auto/quick/dialogs/dialogs.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/quick/dialogs/dialogs.pro b/tests/auto/quick/dialogs/dialogs.pro
deleted file mode 100644
index 4069ad4c68..0000000000
--- a/tests/auto/quick/dialogs/dialogs.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-CONFIG += testcase
-TARGET = tst_dialogs
-SOURCES += tst_dialogs.cpp
-
-include (../../shared/util.pri)
-
-macx:CONFIG -= app_bundle
-macx:CONFIG+=insignificant_test # QTBUG-30513 - test is unstable
-linux-*:CONFIG+=insignificant_test # QTBUG-30513 - test is unstable
-win32:CONFIG+=insignificant_test # QTBUG-30513 - test is unstable
-
-CONFIG += parallel_test
-QT += core-private gui-private qml-private quick-private testlib
-
-TESTDATA = data/*
-
-OTHER_FILES += \
- data/FileDialog.qml \
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0