summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-06-01 12:40:01 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-10-02 10:44:13 +0000
commitace832119f3ee4df3aec980ad221ac701def3c8d (patch)
treeee719818a2012a1f587f401d00b50f118dc609dc
parent63d832bcae98104bf071096605fc27a59a52254c (diff)
downloadqtquickcontrols-ace832119f3ee4df3aec980ad221ac701def3c8d.tar.gz
Qt Quick Extras: remove insignificant_test CONFIG flag.
Add qtgraphicaleffects as a dependency to sync.profile. Change-Id: I8f0d0be2f05aeb193ecdd296d7eeedb6cc90fac5 Task-number: QTBUG-46393 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--sync.profile1
-rw-r--r--tests/auto/extras/extras.pro1
2 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 1ae99a70..686e079c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -13,4 +13,5 @@
"qtbase" => "",
"qtdeclarative" => "",
"qtxmlpatterns" => "",
+ "qtgraphicaleffects" => ""
);
diff --git a/tests/auto/extras/extras.pro b/tests/auto/extras/extras.pro
index 66ca9573..9845519d 100644
--- a/tests/auto/extras/extras.pro
+++ b/tests/auto/extras/extras.pro
@@ -2,7 +2,6 @@ TEMPLATE = app
TARGET = tst_extras
CONFIG += qmltestcase console
-CONFIG += insignificant_test # requires qtgraphicaleffects (QTBUG-35112)
SOURCES += $$PWD/tst_extras.cpp