Update obsolete contact address.
[profile/ivi/qtxmlpatterns.git] / tests / auto / xmlpatternsview / view / view.pro
1 TARGET   = xmlpatternsview
2 TEMPLATE = app
3 DESTDIR  = $$QT_BUILD_TREE/bin
4
5 include (../../xmlpatterns.pri)
6
7 # We add gui here, since xmlpatterns.pri pull it out.
8 QT      += xmlpatterns xml gui
9
10 LIBS += -l$$XMLPATTERNS_SDK
11
12 HEADERS = FunctionSignaturesView.h  \
13           MainWindow.h              \
14           TestCaseView.h            \
15           TestResultView.h          \
16           TreeSortFilter.h          \
17           UserTestCase.h            \
18           XDTItemItem.h
19
20 SOURCES = FunctionSignaturesView.cpp    \
21           main.cpp                      \
22           MainWindow.cpp                \
23           TestCaseView.cpp              \
24           TestResultView.cpp            \
25           TreeSortFilter.cpp            \
26           UserTestCase.cpp              \
27           XDTItemItem.cpp
28
29 FORMS   = ui_BaseLinePage.ui            \
30           ui_MainWindow.ui              \
31           ui_TestCaseView.ui            \
32           ui_TestResultView.ui          \
33           ui_FunctionSignaturesView.ui
34
35 INCLUDEPATH += $$QT_SOURCE_TREE/tests/auto/xmlpatternsxqts/lib/ $$QT_BUILD_TREE/include/QtXmlPatterns/private