summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/filetree/filetree.pro
blob: cb78c402fd2acc737acf23b92d43926ae9cc59aa (plain)
1
2
3
4
5
6
7
8
9
SOURCES += main.cpp filetree.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
HEADERS += filetree.h  mainwindow.h ../shared/xmlsyntaxhighlighter.h
FORMS += forms/mainwindow.ui
QT += widgets xmlpatterns
RESOURCES += queries.qrc
INCLUDEPATH += ../shared/

target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
INSTALLS += target