summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsview/view/view.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-03-23 09:34:13 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-03-23 09:34:13 (GMT)
commit67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch)
tree1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/xmlpatternsview/view/view.pro
downloadQt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip
Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz
Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2
Long live Qt!
Diffstat (limited to 'tests/auto/xmlpatternsview/view/view.pro')
-rw-r--r--tests/auto/xmlpatternsview/view/view.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsview/view/view.pro b/tests/auto/xmlpatternsview/view/view.pro
new file mode 100644
index 0000000..f9d36ee
--- /dev/null
+++ b/tests/auto/xmlpatternsview/view/view.pro
@@ -0,0 +1,35 @@
+TARGET = xmlpatternsview
+TEMPLATE = app
+DESTDIR = $$QT_BUILD_TREE/bin
+
+include (../../xmlpatterns.pri)
+
+# We add gui here, since xmlpatterns.pri pull it out.
+QT += xmlpatterns xml gui
+
+LIBS += -l$$XMLPATTERNS_SDK
+
+HEADERS = FunctionSignaturesView.h \
+ MainWindow.h \
+ TestCaseView.h \
+ TestResultView.h \
+ TreeSortFilter.h \
+ UserTestCase.h \
+ XDTItemItem.h
+
+SOURCES = FunctionSignaturesView.cpp \
+ main.cpp \
+ MainWindow.cpp \
+ TestCaseView.cpp \
+ TestResultView.cpp \
+ TreeSortFilter.cpp \
+ UserTestCase.cpp \
+ XDTItemItem.cpp
+
+FORMS = ui_BaseLinePage.ui \
+ ui_MainWindow.ui \
+ ui_TestCaseView.ui \
+ ui_TestResultView.ui \
+ ui_FunctionSignaturesView.ui
+
+INCLUDEPATH += $$QT_SOURCE_TREE/tests/auto/xmlpatternsxqts/lib/ $$QT_BUILD_TREE/include/QtXmlPatterns/private