Skip to content
Snippets Groups Projects
Commit 4c1297f3 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

disabled qt designer

this is just so speed up compilation time & have some files
go away which have same names in qml viewer and quickdesigner.
parent 6b4ed214
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,9 @@ contains(QT_CONFIG, declarative) {
include(../private_headers.pri)
exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
SUBDIRS += plugin_qmldesigner \
plugin_qmljsinspector
# ### disabled because it contains same files as qmlviewer, so slower to use locator
# plugin_qmldesigner \
SUBDIRS += plugin_qmljsinspector
} else {
warning()
warning("QmlDesigner and QmlJSInspector plugins have been disabled")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment