blob: 2454b7db256f896f9660ecf66ae10c3cc0bf7862 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
From 524428f40ec5bae3961dfe4f1f9b5b70236c6fdf Mon Sep 17 00:00:00 2001
From: Liang Qi <liang.qi@nokia.com>
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 <QtCore/QtCore>\n",
+ "network" => "#include <QtNetwork/QtNetwork>\n",
+);
--
1.7.3.2.343.g7d43d
|