summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
blob: 5864b2611ef2afb992864f2d408cdd2d838930cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

FORMS       += forms/mainwindow.ui
QT +=       xmlpatterns webkit 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

symbian {
    TARGET.UID3 = 0xA000D7C8
    CONFIG += qt_example
}