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:
Thorbjørn Lindeijer
2009-03-04 14:32:20 +01:00
parent 0be29685a3
commit f3f20d96bd

View File

@@ -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