blob: 74c2ceb320516464adfd4b6616c52f2cf4b701c7 [file] [log] [blame]
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