aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-27 10:41:42 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-27 11:37:17 +0000
commit4d7bdc11a7edd48e1acfe20c33b736c59a1fe6ef (patch)
tree5de61543f778ac60ddea2cf16e5834281e6a36cf
parenta930e57b59afc772fb7e8d8351af7e763ea57272 (diff)
Add dependency to qtgraphicaleffects to sync.profile
qtquickcontrols' sync.profile already has this dependency, but that could technically change in the future, so we should declare our dependency explicitly. Change-Id: I17bd96638a42bf5e0a74d0c193dea72426afe12b Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 04f75062..ae91c340 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,4 +16,5 @@
"qtxmlpatterns" => "",
"qtdeclarative" => "",
"qtquickcontrols" => "",
+ "qtgraphicaleffects" => ""
);