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

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

QT += widgets

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