summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/filetree/filetree.pro
blob: 4b7d5f8447c51123e6284081bfc93c0d71aac746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

maemo5: CONFIG += qt_example

maemo5: warning(This example might not fully work on Maemo platform)
simulator: warning(This example might not fully work on Simulator platform)