summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/trafficinfo/trafficinfo.pro
blob: 52bcc19f16d65a6bfdc3a1c7508df565b89c4697 (plain)
1
2
3
4
5
6
7
8
9
QT          += xmlpatterns
HEADERS     = mainwindow.h stationdialog.h stationquery.h timequery.h
SOURCES     = main.cpp mainwindow.cpp stationdialog.cpp stationquery.cpp timequery.cpp
FORMS       = stationdialog.ui

target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/trafficinfo
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/trafficinfo
INSTALLS += target sources