summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 8999a35a..58d3ff8c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -6,6 +6,7 @@
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",
+ "widgets" => "#include <QtWidgets/QtWidgets>\n",
"script" => "#include <QtScript/QtScript>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
"testlib" => "#include <QtTest/QtTest>\n",
@@ -21,5 +22,6 @@
#
%dependencies = (
"qtbase" => "refs/heads/master",
+ "qtscript" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
);