From daf671b42241533a2db1e598487256d616edf290 Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Fri, 20 May 2011 11:57:29 +1000 Subject: Integrate QtQuickTest into Qt Change-Id: I558821c0dec9166ea1d0d2e1e2f889553c436316 Task-number:QTBUG-16082 --- sync.profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sync.profile') 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 \n", "script" => "#include \n", "network" => "#include \n", + "testlib" => "#include \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", + }, ); -- cgit v1.2.3