summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
blob: 77a71d55b7c149f95f01ac100acf012a96d3e746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtwebkit-examples-and-demos/xmlpatterns/qobjectxmlmodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/qtwebkit-examples-and-demos/xmlpatterns/qobjectxmlmodel
INSTALLS += target sources