summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
blob: 6a8f5ef3a1c8aa8eca6412a5e6a5f85d6c3081e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += widgets

HEADERS   = treemodelcompleter.h \
            mainwindow.h
SOURCES   = treemodelcompleter.cpp \
            main.cpp \
            mainwindow.cpp
RESOURCES = treemodelcompleter.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
INSTALLS += target

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