QtXmlPatterns: Widget library split.
[profile/ivi/qtxmlpatterns.git] / examples / xmlpatterns / recipes / recipes.pro
1 QT          += widgets xmlpatterns
2 FORMS       += forms/querywidget.ui \
3                forms/querywidget_mobiles.ui
4 HEADERS     = querymainwindow.h ../shared/xmlsyntaxhighlighter.h
5 RESOURCES   = recipes.qrc
6 SOURCES     = main.cpp querymainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
7 INCLUDEPATH += ../shared/
8
9 target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/recipes
10 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files
11 sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/recipes
12 INSTALLS += target sources
13
14 symbian {
15     TARGET.UID3 = 0xA000D7C5
16     CONFIG += qt_example
17 }
18 maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
19