summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/recipes.pro
blob: b564e0a9bc2674142b232739ca68d55e4ee4dc37 (plain)
1
2
3
4
5
6
7
8
9
QT          += widgets xmlpatterns
FORMS       += forms/querywidget.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