summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/schema/schema.pro
blob: af32e0a39b813a76805516686099aa9ca17063ac (plain)
1
2
3
4
5
6
7
8
9
10
11
QT          += xmlpatterns
FORMS       += schema.ui
HEADERS     = mainwindow.h ../shared/xmlsyntaxhighlighter.h
RESOURCES   = schema.qrc
SOURCES     = main.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
INCLUDEPATH += ../shared/

target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html files
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema
INSTALLS += target sources