From d030a960a0e6e1dda89e20b60e5252842fe83f49 Mon Sep 17 00:00:00 2001
From: Eike Ziller <eike.ziller@digia.com>
Date: Wed, 3 Sep 2014 14:14:08 +0200
Subject: [PATCH] Do not build UpdateInfo plugin

It is broken, and people should not even be able to manually enable it.

Change-Id: I990922b1a514e43ed7e4b951ee230306e031f942
Task-number: QTCREATORBUG-11262
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
---
 src/plugins/plugins.pro | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 38173f736aa..93178eaa319 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -67,11 +67,11 @@ isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
 
 isEmpty(IDE_PACKAGE_MODE) {
     SUBDIRS += \
-        helloworld \
-        updateinfo
-} else:!isEmpty(UPDATEINFO_ENABLE) {
-    SUBDIRS += \
-        updateinfo
+        helloworld #\
+        #updateinfo
+#} else:!isEmpty(UPDATEINFO_ENABLE) {
+#    SUBDIRS += \
+#        updateinfo
 }
 
 minQtVersion(5, 3, 1) {
-- 
GitLab