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

HEADERS   = mainwindow.h \
            textedit.h
SOURCES   = main.cpp \
            mainwindow.cpp \
            textedit.cpp
RESOURCES = customcompleter.qrc

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

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