qt5base-lts/examples/widgets/tools/customcompleter/customcompleter.pro
J-P Nurmi cb961007c5 Examples: move widgets specific "tools" examples to the correct place
examples/tools -> examples/widgets/tools

Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107
Reviewed-by: hjk <qthjk@ovi.com>
2012-11-28 00:56:34 +01:00

17 lines
496 B
Prolog

HEADERS = mainwindow.h \
textedit.h
SOURCES = main.cpp \
mainwindow.cpp \
textedit.cpp
RESOURCES = customcompleter.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customcompleter.pro resources
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
INSTALLS += target sources
QT += widgets
simulator: warning(This example might not fully work on Simulator platform)