It's not a very well written example, using (largely unneed) hacks to implement what it does. It's also misleading - the syntaxhighlighter example is a better showcase for building a useful code editor. Move it to manual tests. Fixes: QTBUG-111025 Pick-to: 6.5 Change-Id: I405d41688235bf3e9a08373e716769f26d02fec6 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
9 lines
190 B
Prolog
9 lines
190 B
Prolog
QT += widgets
|
|
|
|
HEADERS = codeeditor.h
|
|
SOURCES = main.cpp \
|
|
codeeditor.cpp
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/codeeditor
|
|
INSTALLS += target
|