summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/treemodelcompleter/treemodelcompleter.pro
blob: 818f242b48e6a5e23896e0bc76f961114c949f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS   = treemodelcompleter.h \
            mainwindow.h
SOURCES   = treemodelcompleter.cpp \
            main.cpp \
            mainwindow.cpp
RESOURCES = treemodelcompleter.qrc

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

QT += widgets

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