From 28eefec5bd12072a68035e9f900fe75a3644e946 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 7 Oct 2009 11:20:42 +0200 Subject: qt: remove commercial license option It looks like that nobody is using the commercial license option because the code is broken (BR2_QT_COMMERCIAL_PASSWORD typo) and dist.trolltech.com became silent long ago and nobody complained about. So remove the broken and unused stuff. Signed-off-by: Michael Roth Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/qt/Config.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'package/qt/Config.in') diff --git a/package/qt/Config.in b/package/qt/Config.in index d25ebf94c..044f65d65 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -39,12 +39,8 @@ config BR2_PACKAGE_QT_STATIC endchoice -config BR2_PACKAGE_QT_LICENSE_TYPE_COMMERCIAL - bool "Use commercial license" - config BR2_PACKAGE_QT_LICENSE_APPROVED bool "Approve free license" - depends on !BR2_PACKAGE_QT_LICENSE_TYPE_COMMERCIAL help Select this if you approve one of the available free licenses for the Qt4 library. @@ -54,20 +50,6 @@ config BR2_PACKAGE_QT_LICENSE_APPROVED LGPL v2.1: http://doc.trolltech.com/4.5/lgpl.html GPL v3.0: http://doc.trolltech.com/4.5/gpl.html -config BR2_PACKAGE_QT_COMMERCIAL_USERNAME - string "Qt 4 Commercial License Username" - depends on BR2_PACKAGE_QT_LICENSE_TYPE_COMMERCIAL - help - Commercial users can download their source directly by - providing a username. - -config BR2_PACKAGE_QT_COMMERCIAL_PASSWORD - string "Qt 4 Commercial License Password" - depends on BR2_PACKAGE_QT_LICENSE_TYPE_COMMERCIAL - help - Commercial users can download their source directly by - providing a password. - config BR2_PACKAGE_QT_QT3SUPPORT bool "Compatibility with Qt3" help -- cgit v1.2.3