summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/recipes/recipes.pro
blob: 44c25576bdf3d137da417e7eeccc4371e893dc90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT          += widgets xmlpatterns
FORMS       += forms/querywidget.ui \
               forms/querywidget_mobiles.ui
HEADERS     = querymainwindow.h ../shared/xmlsyntaxhighlighter.h
RESOURCES   = recipes.qrc
SOURCES     = main.cpp querymainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
INCLUDEPATH += ../shared/

target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/recipes
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files
sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/recipes
INSTALLS += target sources

maemo5: CONFIG += qt_example