diff options
author | Eike Ziller <eike.ziller@digia.com> | 2014-09-03 14:14:08 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2014-09-03 15:43:57 +0200 |
commit | d030a960a0e6e1dda89e20b60e5252842fe83f49 (patch) | |
tree | d614311d643c703cb2e9db00fc8e8bd88ea346e9 /src | |
parent | 633786483f3674816d6e5053de37f3bb0ae12e0e (diff) | |
download | qt-creator-d030a960a0e6e1dda89e20b60e5252842fe83f49.tar.gz |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/plugins.pro | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 38173f736a..93178eaa31 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) { |