summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/recipes.pro
blob: 633138b9c31b42437da17510229a8796afc2d890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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]/xmlpatterns/recipes
INSTALLS += target

maemo5: CONFIG += qt_example