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

HEADERS   = fsmodel.h \
            mainwindow.h
SOURCES   = fsmodel.cpp \
            main.cpp \
            mainwindow.cpp
RESOURCES = completer.qrc

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

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