From 6b8d228ab8cc2a424f80d5a76f93d598ffac454f Mon Sep 17 00:00:00 2001 From: Chris Craig Date: Thu, 10 May 2012 18:01:25 -0400 Subject: Qt5 release fixes Modifications to build with the final Qt 5 release. Because the Qt module build process changed a lot, there are a number of changes. Most significantly, all classes are renamed to begin with 'Q', since that's the only way to get syncqt to install them correctly. Change-Id: I987fd426702a49991e930d1670d9c76be994eab9 Reviewed-by: Chris Craig --- sync.profile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sync.profile') 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 \n", "network" => "#include \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", ); -- cgit v1.2.3