summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/moc/moc.pro1
-rw-r--r--tests/auto/tools/qmake/qmake.pro2
-rw-r--r--tests/auto/tools/uic/uic.pro2
3 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/moc.pro b/tests/auto/tools/moc/moc.pro
index 056c6b0958..f91c2f5b85 100644
--- a/tests/auto/tools/moc/moc.pro
+++ b/tests/auto/tools/moc/moc.pro
@@ -26,3 +26,4 @@ contains(QT_CONFIG, dbus){
QT += dbus
}
+CONFIG += insignificant_test # QTBUG-21402
diff --git a/tests/auto/tools/qmake/qmake.pro b/tests/auto/tools/qmake/qmake.pro
index d0faa872b8..40cf5a81b6 100644
--- a/tests/auto/tools/qmake/qmake.pro
+++ b/tests/auto/tools/qmake/qmake.pro
@@ -5,4 +5,4 @@ QT -= gui
cross_compile: DEFINES += QMAKE_CROSS_COMPILED
-
+CONFIG += insignificant_test # QTBUG-21402
diff --git a/tests/auto/tools/uic/uic.pro b/tests/auto/tools/uic/uic.pro
index 0045015457..37c9a1e430 100644
--- a/tests/auto/tools/uic/uic.pro
+++ b/tests/auto/tools/uic/uic.pro
@@ -5,3 +5,5 @@ TARGET = tst_uic
# This test is not run on wince (I think)
DEFINES += SRCDIR=\\\"$$PWD/\\\"
+
+CONFIG += insignificant_test # QTBUG-21402