equal
deleted
inserted
replaced
|
1 include (../../xmlpatterns.pri) |
|
2 |
|
3 TARGET = $$XMLPATTERNS_SDK |
|
4 TEMPLATE = lib |
|
5 DEFINES += Q_PATTERNISTSDK_BUILDING |
|
6 |
|
7 # lib_bundle ensures we get a framework on OS X, a library bundle. |
|
8 CONFIG += resources |
|
9 |
|
10 mac { |
|
11 CONFIG += absolute_library_soname |
|
12 target.path=$$[QT_INSTALL_LIBS] |
|
13 INSTALLS += target |
|
14 } |
|
15 |
|
16 # We add gui, because xmlpatterns.pri pull it out. |
|
17 QT += xmlpatterns xml network testlib gui |
|
18 |
|
19 DESTDIR = $$QT_BUILD_TREE/lib |
|
20 !wince*:DLLDESTDIR = $$QT_BUILD_TREE/bin |
|
21 |
|
22 # syncqt doesn't copy headers in tools/ so let's manually ensure |
|
23 # it works with shadow builds and source builds. |
|
24 INCLUDEPATH += $$QT_BUILD_TREE/include/QtXmlPatterns/private \ |
|
25 $$QT_SOURCE_TREE/include/QtXmlPatterns/private \ |
|
26 $$QT_SOURCE_TREE/tools/xmlpatterns |
|
27 |
|
28 HEADERS = ASTItem.h \ |
|
29 DebugExpressionFactory.h \ |
|
30 ErrorHandler.h \ |
|
31 ErrorItem.h \ |
|
32 ExitCode.h \ |
|
33 ExpressionInfo.h \ |
|
34 ExpressionNamer.h \ |
|
35 ExternalSourceLoader.h \ |
|
36 Global.h \ |
|
37 ResultThreader.h \ |
|
38 TestBaseLine.h \ |
|
39 TestCase.h \ |
|
40 TestContainer.h \ |
|
41 TestGroup.h \ |
|
42 TestItem.h \ |
|
43 TestResult.h \ |
|
44 TestResultHandler.h \ |
|
45 TestSuite.h \ |
|
46 TestSuiteHandler.h \ |
|
47 TestSuiteResult.h \ |
|
48 TreeItem.h \ |
|
49 TreeModel.h \ |
|
50 Worker.h \ |
|
51 XMLWriter.h \ |
|
52 XQTSTestCase.h \ |
|
53 XSDTestSuiteHandler.h \ |
|
54 XSDTSTestCase.h \ |
|
55 XSLTTestSuiteHandler.h |
|
56 |
|
57 SOURCES = ASTItem.cpp \ |
|
58 DebugExpressionFactory.cpp \ |
|
59 ErrorHandler.cpp \ |
|
60 ErrorItem.cpp \ |
|
61 ExpressionInfo.cpp \ |
|
62 ExpressionNamer.cpp \ |
|
63 ExternalSourceLoader.cpp \ |
|
64 Global.cpp \ |
|
65 ResultThreader.cpp \ |
|
66 TestBaseLine.cpp \ |
|
67 TestCase.cpp \ |
|
68 TestContainer.cpp \ |
|
69 TestGroup.cpp \ |
|
70 TestResult.cpp \ |
|
71 TestResultHandler.cpp \ |
|
72 TestSuite.cpp \ |
|
73 TestSuiteHandler.cpp \ |
|
74 TestSuiteResult.cpp \ |
|
75 TreeItem.cpp \ |
|
76 TreeModel.cpp \ |
|
77 Worker.cpp \ |
|
78 XMLWriter.cpp \ |
|
79 XQTSTestCase.cpp \ |
|
80 XSDTestSuiteHandler.cpp \ |
|
81 XSDTSTestCase.cpp \ |
|
82 XSLTTestSuiteHandler.cpp |