From fa9fc5aafa2656e6d9ebbd946a454d58a91d1ba9 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 28 Jul 2007 23:02:26 +0000 Subject: Replace space by tabs --- package/qte/Config.in | 108 +++++++++++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'package/qte/Config.in') diff --git a/package/qte/Config.in b/package/qte/Config.in index b92416a20..78a564daf 100644 --- a/package/qte/Config.in +++ b/package/qte/Config.in @@ -14,44 +14,44 @@ config BR2_PACKAGE_QTE config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME - string "Qt/E Commercial License Username" - default "" + string "Qt/E Commercial License Username" + default "" depends BR2_PACKAGE_QTE - help - Commercial users can download their source directly by providing a username. I do not mean this to be a political or economic statement, just a convenience function + help + Commercial users can download their source directly by providing a username. I do not mean this to be a political or economic statement, just a convenience function config BR2_PACKAGE_QTE_COMMERCIAL_PASSWORD - string "Qt/E Commercial License Password" - default "" + string "Qt/E Commercial License Password" + default "" depends BR2_PACKAGE_QTE - help - Commercial users can download their source directly by providing a password. I do not mean this to be a political or economic statement, just a convenience function + help + Commercial users can download their source directly by providing a password. I do not mean this to be a political or economic statement, just a convenience function choice - prompt "Qt/E Version" - default BR2_QTE_VERSION_2_3_11 + prompt "Qt/E Version" + default BR2_QTE_VERSION_2_3_11 depends BR2_PACKAGE_QTE - help - Select the version of Qt/E you wish to use. + help + Select the version of Qt/E you wish to use. - config BR2_QTE_VERSION_2_3_8 - bool "Qt/E 2.3.8" + config BR2_QTE_VERSION_2_3_8 + bool "Qt/E 2.3.8" - config BR2_QTE_VERSION_2_3_9 - bool "Qt/E 2.3.9" + config BR2_QTE_VERSION_2_3_9 + bool "Qt/E 2.3.9" - config BR2_QTE_VERSION_2_3_10 - bool "Qt/E 2.3.10" + config BR2_QTE_VERSION_2_3_10 + bool "Qt/E 2.3.10" - config BR2_QTE_VERSION_2_3_11 - bool "Qt/E 2.3.11" + config BR2_QTE_VERSION_2_3_11 + bool "Qt/E 2.3.11" endchoice config BR2_QTE_VERSION - string + string default "2.3.8" if BR2_QTE_VERSION_2_3_8 default "2.3.9" if BR2_QTE_VERSION_2_3_9 default "2.3.10" if BR2_QTE_VERSION_2_3_10 @@ -68,22 +68,22 @@ config BR2_PACKAGE_QTE_QVFB http://trolltech.com/ choice - prompt "QVfb Version" - default BR2_QTE_QVFB_VERSION_2_3_2 + prompt "QVfb Version" + default BR2_QTE_QVFB_VERSION_2_3_2 depends BR2_PACKAGE_QTE_QVFB - help - Select the version of QVfb you wish to use. + help + Select the version of QVfb you wish to use. - config BR2_QTE_QVFB_VERSION_2_3_2 - bool "QVfb 2.3.2" + config BR2_QTE_QVFB_VERSION_2_3_2 + bool "QVfb 2.3.2" - config BR2_QTE_QVFB_VERSION_2_3_9 - bool "QVfb 2.3.9" + config BR2_QTE_QVFB_VERSION_2_3_9 + bool "QVfb 2.3.9" endchoice config BR2_QTE_QVFB_VERSION - string + string default "2.3.2" if BR2_QTE_QVFB_VERSION_2_3_2 default "2.3.9" if BR2_QTE_QVFB_VERSION_2_3_9 @@ -99,22 +99,22 @@ config BR2_PACKAGE_QTE_QT3 http://trolltech.com/ choice - prompt "QT/E v3 Version" - default BR2_QTE_QT3_VERSION_3_3_4 + prompt "QT/E v3 Version" + default BR2_QTE_QT3_VERSION_3_3_4 depends BR2_PACKAGE_QTE_QT3 - help - Select the version of QVfb you wish to use. + help + Select the version of QVfb you wish to use. - config BR2_QTE_QT3_VERSION_3_3_4 - bool "Qt/E 3.3.4" + config BR2_QTE_QT3_VERSION_3_3_4 + bool "Qt/E 3.3.4" - config BR2_QTE_QT3_VERSION_3_3_3 - bool "Qt/E 3.3.3" + config BR2_QTE_QT3_VERSION_3_3_3 + bool "Qt/E 3.3.3" endchoice config BR2_QTE_QT3_VERSION - string + string default "3.3.4" if BR2_QTE_QT3_VERSION_3_3_4 default "3.3.3" if BR2_QTE_QT3_VERSION_3_3_3 @@ -129,27 +129,27 @@ config BR2_PACKAGE_QTE_QTOPIA http://trolltech.com/ choice - prompt "Qtopia Version" - default BR2_QTE_QTOPIA_VERSION_2_1_2 + prompt "Qtopia Version" + default BR2_QTE_QTOPIA_VERSION_2_1_2 depends BR2_PACKAGE_QTE_QTOPIA - help - Select the version of Qtopia you wish to use. + help + Select the version of Qtopia you wish to use. - config BR2_QTE_QTOPIA_VERSION_2_1_1 - bool "Qtopia 2.1.1" + config BR2_QTE_QTOPIA_VERSION_2_1_1 + bool "Qtopia 2.1.1" - config BR2_QTE_QTOPIA_VERSION_2_1_2 - bool "Qtopia 2.1.2" + config BR2_QTE_QTOPIA_VERSION_2_1_2 + bool "Qtopia 2.1.2" endchoice config BR2_QTE_QTOPIA_VERSION - string + string default "2.1.1" if BR2_QTE_QTOPIA_VERSION_2_1_1 default "2.1.2" if BR2_QTE_QTOPIA_VERSION_2_1_2 config BR2_QTE_TMAKE_VERSION - string + string default "1.13" depends BR2_PACKAGE_QTE @@ -158,11 +158,11 @@ config BR2_QTE_TMAKE_VERSION # awk '{BR="BR2_QTE_CROSS_"toupper($1); gsub("-","_",BR); gsub("+","P",BR); printf"\tconfig %s\n\t\tbool \"%s\"\n\n",BR,$1}' choice - prompt "Qt/E Cross-Compiler Target Platform" - default BR2_QTE_CROSS_LINUX_ARM_GPP + prompt "Qt/E Cross-Compiler Target Platform" + default BR2_QTE_CROSS_LINUX_ARM_GPP depends BR2_PACKAGE_QTE - help - Select the Qt cross-platform string for your build + help + Select the Qt cross-platform string for your build config BR2_QTE_CROSS_CYGWIN_ARM_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-cygwin-arm-g++.{cpp,h} @@ -240,7 +240,7 @@ choice endchoice config BR2_QTE_CROSS_PLATFORM - string + string # generated from: # ls ~/src/buildroot/build_arm/qt-2.3.10/configs/*-static|cut -c56-|sed -e 's/-static//g'|\ # awk '{BR="BR2_QTE_CROSS_"toupper($1); gsub("-","_",BR); gsub("+","P",BR); printf"\tdefault \"%s\"\tif %s\n",$1,BR}' -- cgit v1.2.3