From 02965b95f9c5025c1219ffd1131142a9dee4a79c Mon Sep 17 00:00:00 2001 From: dt <qtc-commiter@nokia.com> Date: Fri, 12 Dec 2008 14:37:37 +0100 Subject: [PATCH] Fixes: Don't build the cmakeprojectplugin, thus disabling it for the beta. --- src/plugins/plugins.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 4af2af4195c..969aacbec05 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -25,7 +25,7 @@ SUBDIRS = plugin_coreplugin \ # plugin_regexp \ # don't know what to do with this plugin_qtscripteditor \ plugin_cpaster \ - plugin_cmakeprojectmanager +# plugin_cmakeprojectmanager # These two plugins require private headers from Qt and therefore don't work # with an installed/released version of Qt. -- GitLab