summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
blob: 6ade863c59e51179d0691cf31009ead9ac709422 (plain)
1
2
3
4
5
6
7
8
9
10

FORMS       += forms/mainwindow.ui
QT +=       xmlpatterns webkitwidgets widgets
SOURCES     += qobjectxmlmodel.cpp main.cpp mainwindow.cpp xmlsyntaxhighlighter.cpp
HEADERS     += qobjectxmlmodel.h mainwindow.h xmlsyntaxhighlighter.h
RESOURCES   = queries.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/xmlpatterns/qobjectxmlmodel
INSTALLS += target