summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-11-16 14:34:35 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:45 +0200
commit8d3d7e4b1f999200ce0b741331703a9e908e95ef (patch)
treed334d0b8ce692bbb031cf6b83baf8521e7ea7cd4
parentc1edfc7fc2194f602a53be4c406407857be0b4ae (diff)
downloadqtxmlpatterns-8d3d7e4b1f999200ce0b741331703a9e908e95ef.tar.gz
First attempt to build xmlpatterns.
-rw-r--r--src/xmlpatterns/xmlpatterns.pro3
-rw-r--r--sync.profile11
2 files changed, 14 insertions, 0 deletions
diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro
index d7db65c..faeec54 100644
--- a/src/xmlpatterns/xmlpatterns.pro
+++ b/src/xmlpatterns/xmlpatterns.pro
@@ -11,6 +11,9 @@ unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore \
QtNetwork
include($$QT_SOURCE_TREE/src/qbase.pri)
PRECOMPILED_HEADER = $$QT_SOURCE_TREE/src/corelib/global/qt_pch.h
+INCLUDEPATH += $$OUT_PWD/../../include \
+ $$OUT_PWD/../../include/QtXmlPatterns \
+ $$OUT_PWD/../../include/QtXmlPatterns/private
include($$PWD/common.pri)
include($$PWD/acceltree/acceltree.pri)
include($$PWD/api/api.pri)
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..6707cea
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,11 @@
+%modules = ( # path to module name map
+ "QtXmlPatterns" => "$basedir/src/xmlpatterns",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+ "core" => "#include <QtCore/QtCore>\n",
+ "network" => "#include <QtNetwork/QtNetwork>\n",
+);