summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qtqa.pro2
-rw-r--r--scripts/scripts.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/qtqa.pro b/qtqa.pro
index ac25898..cc3dac2 100644
--- a/qtqa.pro
+++ b/qtqa.pro
@@ -10,8 +10,6 @@ tests.subdir = tests
tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):tests.CONFIG += no_default_target
-linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = precise ]"):CONFIG+=insignificant_test # QTQAINFRA-708
-
SUBDIRS += \
scripts \
tests
diff --git a/scripts/scripts.pro b/scripts/scripts.pro
index 7294f09..f3b94de 100644
--- a/scripts/scripts.pro
+++ b/scripts/scripts.pro
@@ -19,6 +19,8 @@ linux* {
check.commands = $$check.commands --clean
}
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = precise ]"):CONFIG+=insignificant_test # QTQAINFRA-708
+
# There are deliberately no SUBDIRS, this project should do nothing except
# override `check'
QMAKE_EXTRA_TARGETS += check