8ad583b7f9
Obsoleted by platform input context. Setting a custom QInputContext wouldn't work properly anymore. Change-Id: I966573a82fdd7530544878513a655eae7b3ad67b Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
27 lines
741 B
Prolog
27 lines
741 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = codecs \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
i18n \
|
|
contiguouscache \
|
|
plugandpaintplugins \
|
|
plugandpaint \
|
|
regexp \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
undo \
|
|
undoframework
|
|
|
|
plugandpaint.depends = plugandpaintplugins
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
|
|
INSTALLS += target sources
|
|
|
|
QT += widgets
|