summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2010-11-24 20:21:06 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:46 +0200
commit48a15aa26bae942901a79355eb9ed9d2079f2727 (patch)
tree7cd7da1b0be74a5423616fe963d9155e2b4124a5 /sync.profile
parent8d3d7e4b1f999200ce0b741331703a9e908e95ef (diff)
downloadqtxmlpatterns-48a15aa26bae942901a79355eb9ed9d2079f2727.tar.gz
Add module specific pris, and make syncqt create fwd includes
The module specific pris define the modules name version dependencies include paths lib paths additional CONFIGs and DEFINES They are located in the modules source directory, with fwd includes created in QtBase/mkspecs/modules build directory. The pris use QT_MODULE_INCLUDE_BASE QT_MODULE_LIB_BASE to specify the locations for includes and libs. These paths are normally based on QT_INSTALL_HEADERS QT_INSTALL_LIBS for installed modules, but overridden to the module's build directory by syncqt for the fwd included pris. The path of the pris must be specified in the sync.profile for syncqt to create the fwding pris in QtBase.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 6707cea..9548e0f 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,3 +9,6 @@
"core" => "#include <QtCore/QtCore>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
);
+%modulepris = (
+ "QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.pri",
+);