source: trunk/examples/xmlpatterns/trafficinfo/trafficinfo.pro@ 651

Last change on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 523 bytes
Line 
1QT += xmlpatterns
2HEADERS = mainwindow.h stationdialog.h stationquery.h timequery.h
3SOURCES = main.cpp mainwindow.cpp stationdialog.cpp stationquery.cpp timequery.cpp
4FORMS = stationdialog.ui
5
6target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/trafficinfo
7sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
8sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/trafficinfo
9INSTALLS += target sources
10
11symbian {
12 TARGET.UID3 = 0xA000D7C7
13 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
14}
Note: See TracBrowser for help on using the repository browser.