summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtconnectivity.pro2
-rw-r--r--sync.profile2
2 files changed, 3 insertions, 1 deletions
diff --git a/qtconnectivity.pro b/qtconnectivity.pro
index 245fd603..879bafc5 100644
--- a/qtconnectivity.pro
+++ b/qtconnectivity.pro
@@ -23,3 +23,5 @@ module_qtconnectivity_examples.depends = module_qtconnectivity_src
SUBDIRS += module_qtconnectivity_src \
module_qtconnectivity_tests \
#module_qtconnectivity_examples # there are no examples yet
+
+include(doc/doc.pri)
diff --git a/sync.profile b/sync.profile
index 439903e8..61d73920 100644
--- a/sync.profile
+++ b/sync.profile
@@ -23,7 +23,7 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
+ "qtbase" => "95c5be8bc1c8f9ff8e7f95e52a8abd3cd7976ba1",
"qtdeclarative" => "refs/heads/master",
"qtjsbackend" => "refs/heads/master",
"qtscript" => "refs/heads/master",