QtXmlPatterns: Fix examples installs.
[profile/ivi/qtxmlpatterns.git] / examples / xmlpatterns / trafficinfo / trafficinfo.pro
1 QT          += widgets xmlpatterns
2 HEADERS     = mainwindow.h stationdialog.h stationquery.h timequery.h
3 SOURCES     = main.cpp mainwindow.cpp stationdialog.cpp stationquery.cpp timequery.cpp
4 FORMS       = stationdialog.ui
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/trafficinfo
7 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
8 sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/trafficinfo
9 INSTALLS += target sources
10
11 maemo5: CONFIG += qt_example
12
13 maemo5: warning(This example might not fully work on Maemo platform)
14 simulator: warning(This example might not fully work on Simulator platform)