summaryrefslogtreecommitdiff
path: root/package/qt/Config.in
diff options
context:
space:
mode:
authorMichael Roth <mroth@nessie.de>2009-10-07 11:20:42 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-09 14:58:32 +0200
commit28eefec5bd12072a68035e9f900fe75a3644e946 (patch)
tree576ad59d58af9afcf166c1f2ff4e43ca88158887 /package/qt/Config.in
parentd6d7f13cd0ef76790c15ea9bef73c7e2eb5224bc (diff)
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 <mroth@nessie.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r--package/qt/Config.in18
1 files changed, 0 insertions, 18 deletions
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