diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /tests/auto/xmlpatternsview/view/view.pro | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'tests/auto/xmlpatternsview/view/view.pro')
-rw-r--r-- | tests/auto/xmlpatternsview/view/view.pro | 35 |
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 |