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

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