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

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