summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/schema/schema.pro
blob: dd5637548cd747c4e949a2e09a7540513acebfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT          += widgets xmlpatterns
FORMS       += schema.ui schema_mobiles.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

maemo5: CONFIG += qt_example