summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/schema/schema.pro
blob: ded65a15fdbfcbc3bf8a59e4417c85deb285cd3e (plain)
1
2
3
4
5
6
7
8
9
QT          += widgets 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
INSTALLS += target