forked from qt-creator/qt-creator
Disable the private header check for Designer and ResourceEditor plugins
This check is no longer needed since the necessary private headers are now part of Qt Creator. Reviewed-by: Friedemann
This commit is contained in:
@@ -26,15 +26,9 @@ SUBDIRS = plugin_coreplugin \
|
|||||||
plugin_qtscripteditor \
|
plugin_qtscripteditor \
|
||||||
# plugin_cpaster \
|
# plugin_cpaster \
|
||||||
plugin_cmakeprojectmanager \
|
plugin_cmakeprojectmanager \
|
||||||
plugin_fakevim
|
plugin_fakevim \
|
||||||
|
plugin_designer \
|
||||||
# These two plugins require private headers from Qt and therefore don't work
|
plugin_resourceeditor
|
||||||
# with an installed/released version of Qt.
|
|
||||||
exists($$(QTDIR)/.qmake.cache) {
|
|
||||||
SUBDIRS += plugin_designer plugin_resourceeditor
|
|
||||||
} else {
|
|
||||||
message(Designer and Resource Editor plugins are not build! They require private headers and do not compile with your released/installed version of Qt)
|
|
||||||
}
|
|
||||||
|
|
||||||
plugin_coreplugin.subdir = coreplugin
|
plugin_coreplugin.subdir = coreplugin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user