summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sync.profile b/sync.profile
index 6dc68e5..e7550c5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,5 @@
%modules = ( # path to module name map
- "QtAddOnJsonStream" => "$basedir/src",
+ "QtAddOnJsonStream" => "$basedir/src/jsonstream",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
@@ -10,9 +10,6 @@
"core" => "#include <QtCore/QtCore>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
);
-%modulepris = (
- "QtAddOnJsonStream" => "$basedir/modules/qt_jsonstream.pri",
-);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
@@ -20,5 +17,5 @@
# - 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" => "refs/heads/stable",
);