diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-13 19:59:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-13 19:59:07 +0000 |
commit | 4a163ce843085b49612283947945655f99105073 (patch) | |
tree | afe2f5eed4636c5fa465c168a5edfaffd160a4bc /package/qtopia4/Config.in | |
parent | 0d90c8ad1787975d514f04786ed013ec40e7bf73 (diff) | |
download | buildroot-novena-4a163ce843085b49612283947945655f99105073.tar.gz buildroot-novena-4a163ce843085b49612283947945655f99105073.zip |
- Thomas Lundquist added qtopia4 support. Untested.
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r-- | package/qtopia4/Config.in | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in new file mode 100644 index 000000000..0a636fc79 --- /dev/null +++ b/package/qtopia4/Config.in @@ -0,0 +1,60 @@ +config BR2_PACKAGE_QTOPIA4 + bool "qtopia4" + default n + select BR2_INSTALL_LIBSTDCPP + select BR2_PTHREADS_NATIVE + select BR2_PACKAGE_JPEG + select BR2_PACKAGE_LIBPNG + help + Qtopia core 4. + + http://www.trolltech.com/ + +config BR2_PACKAGE_QTOPIA4_DEBUG + bool "Compile with debug support" + default y + depends BR2_PACKAGE_QTOPIA4 + help + +config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME + string "Qtopia Core 4 Commercial License Username" + default "" + depends BR2_PACKAGE_QTOPIA4 + help + Commercial users can download their source directly by providing a username. + + +config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD + string "Qtopia Core 4 Commercial License Password" + default "" + depends BR2_PACKAGE_QTOPIA4 + help + Commercial users can download their source directly by providing a password. + +config BR2_PACKAGE_QTOPIA4_QT3SUPPORT + bool "Compatibility with Qt3" + default y + depends BR2_PACKAGE_QTOPIA4 + help + Turns on support for older Qt3. + +config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM + string "The embedded platform we are making Qtopia4 for" + default "arm" if BR2_arm + default "arm" if BR2_armeb + default "x86" if BR2_i386 + default "x86_64" if BR2_x86_64 + default "mips" if BR2_mips + default "mips" if BR2_mipsel +# Not that I really believe these will work.. + default "generic" if BR2_alpha + default "generic" if BR2_chris + default "generic" if BR2_m68k + default "generic" if BR2_nios2 + default "generic" if BR2_powerpc + default "generic" if BR2_sh + default "generic" if BR2_sh64 + default "generic" if BR2_sparc + depends BR2_PACKAGE_QTOPIA4 + help + The platform. |