From 524428f40ec5bae3961dfe4f1f9b5b70236c6fdf Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 16 Nov 2010 14:34:35 +0100 Subject: [PATCH] First attempt to build xmlpatterns. --- qtxmlpatterns/src/xmlpatterns/xmlpatterns.pro | 3 +++ qtxmlpatterns/sync.profile | 11 +++++++++++ 2 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 qtxmlpatterns/sync.profile diff --git a/qtxmlpatterns/src/xmlpatterns/xmlpatterns.pro b/qtxmlpatterns/src/xmlpatterns/xmlpatterns.pro index d7db65c..faeec54 100644 --- a/qtxmlpatterns/src/xmlpatterns/xmlpatterns.pro +++ b/qtxmlpatterns/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/qtxmlpatterns/sync.profile b/qtxmlpatterns/sync.profile new file mode 100644 index 0000000..6707cea --- /dev/null +++ b/qtxmlpatterns/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 \n", + "network" => "#include \n", +); -- 1.7.3.2.343.g7d43d