aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 42ea13d9c3..5ec72304d0 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,6 @@
%modules = ( # path to module name map
"QtDeclarative" => "$basedir/src/declarative",
+ "QtQuickTest" => "$basedir/src/qmltest",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
@@ -9,9 +10,11 @@
"gui" => "#include <QtGui/QtGui>\n",
"script" => "#include <QtScript/QtScript>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
+ "testlib" => "#include <QtTest/QtTest>\n",
);
%modulepris = (
"QtDeclarative" => "$basedir/modules/qt_declarative.pri",
+ "QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
);
# Modules and programs, and their dependencies.
# Each of the module version specifiers can take one of the following values:
@@ -29,4 +32,8 @@
"QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
"QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
},
+ "QtQuickTest" => {
+ "QtTest" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtDeclarative" => "THIS_REPOSITORY",
+ },
);