tests/auto/xmlpatternsview/view/view.pro
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/xmlpatternsview/view/view.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -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