summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication/test/test.pro')
-rw-r--r--tests/auto/widgets/kernel/qapplication/test/test.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/test/test.pro b/tests/auto/widgets/kernel/qapplication/test/test.pro
new file mode 100644
index 0000000000..65aae7b0b9
--- /dev/null
+++ b/tests/auto/widgets/kernel/qapplication/test/test.pro
@@ -0,0 +1,27 @@
+load(qttest_p4)
+
+QT += widgets widgets-private
+QT += core-private gui-private
+
+SOURCES += ../tst_qapplication.cpp
+TARGET = ../tst_qapplication
+
+wince* {
+ additional.files = ../desktopsettingsaware/desktopsettingsaware.exe
+ additional.path = desktopsettingsaware
+ someTest.files = test.pro
+ someTest.path = test
+ DEPLOYMENT += additional deploy someTest
+}
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qapplication
+} else {
+ TARGET = ../../release/tst_qapplication
+ }
+}
+
+mac*:CONFIG+=insignificant_test
+
+CONFIG += insignificant_test # QTBUG-21402