QtXmlPatterns: Widget library split.
[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 *.pro
8 sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/trafficinfo
9 INSTALLS += target sources
10
11 symbian {
12     TARGET.UID3 = 0xA000D7C7
13     CONFIG += qt_example
14 }
15 maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
16
17 symbian: warning(This example might not fully work on Symbian platform)
18 maemo5: warning(This example might not fully work on Maemo platform)
19 simulator: warning(This example might not fully work on Simulator platform)