summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-03-04 14:32:20 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-03-04 14:37:27 +0100
commitf3f20d96bdfb5266cc25ac91ae0def8a33875a81 (patch)
treeb0a1e4223c6c23b5e94e106ae3a7b768ac57bc62
parent0be29685a3712876234936ba11bab082f53b6f04 (diff)
downloadqt-creator-f3f20d96bdfb5266cc25ac91ae0def8a33875a81.tar.gz
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
-rw-r--r--src/plugins/plugins.pro12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 02edb9d61a..b96bb503c1 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -26,15 +26,9 @@ SUBDIRS = plugin_coreplugin \
plugin_qtscripteditor \
# plugin_cpaster \
plugin_cmakeprojectmanager \
- plugin_fakevim
-
-# These two plugins require private headers from Qt and therefore don't work
-# 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_fakevim \
+ plugin_designer \
+ plugin_resourceeditor
plugin_coreplugin.subdir = coreplugin