1 config BR2_PACKAGE_QTOPIA4
4 select BR2_INSTALL_LIBSTDCPP
5 select BR2_PTHREADS_NATIVE
9 http://www.trolltech.com/
11 config BR2_PACKAGE_QTOPIA4_DEBUG
12 bool "Compile with debug support"
14 depends on BR2_PACKAGE_QTOPIA4
19 default BR2_PACKAGE_QTOPIA4_SHARED
20 depends on BR2_PACKAGE_QTOPIA4
22 Selects the library type: Shared or Static
24 config BR2_PACKAGE_QTOPIA4_SHARED
26 config BR2_PACKAGE_QTOPIA4_STATIC
31 prompt "Qtopia 4 Core license type"
32 default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
33 depends on BR2_PACKAGE_QTOPIA4
35 Selects the type of license you which to use for Qtopia 4 Core.
37 config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
40 config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
41 bool "Commercial license"
45 config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
46 bool "Approve Qtopia Core 4 GPL licence"
48 depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
50 Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
51 on the Qtopia Core 4 library. By doing this you will not be asked
52 while the library is compiled. Please read and understand the GPL
53 licence before approving this.
55 For full GPL version 2 see http://www.gnu.org/licenses/gpl.txt
58 config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
59 string "Qtopia Core 4 Commercial License Username"
61 depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
63 Commercial users can download their source directly by providing a username.
66 config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
67 string "Qtopia Core 4 Commercial License Password"
69 depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
71 Commercial users can download their source directly by providing a password.
73 config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
74 bool "Compatibility with Qt3"
76 depends on BR2_PACKAGE_QTOPIA4
78 Turns on support for older Qt3.
80 config BR2_PACKAGE_QTOPIA4_DEPTHS
81 string "color depths to support"
83 depends on BR2_PACKAGE_QTOPIA4
85 Which color depths to support for the library. Default is "-depths
86 8". Is specified by a comma separated list, i.e. -depths 24,16,8.
88 config BR2_PACKAGE_QTOPIA4_GIF
89 bool "Enable GIF support"
91 depends on BR2_PACKAGE_QTOPIA4
93 This compiles and installs the plugin for GIF reading support.
95 config BR2_PACKAGE_QTOPIA4_LIBMNG
96 bool "Enable libmng support"
98 select BR2_PACKAGE_LIBPNG
99 depends on BR2_PACKAGE_QTOPIA4
101 This compiles and installs the plugin for MNG support.
104 prompt "libjpeg support"
105 depends on BR2_PACKAGE_QTOPIA4
106 default BR2_PACKAGE_QTOPIA4_NOJPEG
108 Select libjpeg support.
110 config BR2_PACKAGE_QTOPIA4_NOJPEG
112 prompt "No jpeg support"
116 config BR2_PACKAGE_QTOPIA4_SYSTEMJPEG
118 select BR2_PACKAGE_JPEG
119 prompt "use system libjpeg"
121 Link against system libjpeg
123 config BR2_PACKAGE_QTOPIA4_QTJPEG
125 prompt "use qt libjpeg"
127 Link against libjpeg proveded with Qt
131 prompt "zlib support"
132 depends on BR2_PACKAGE_QTOPIA4
133 default BR2_PACKAGE_QTOPIA4_QTZLIB
137 config BR2_PACKAGE_QTOPIA4_NOZLIB
141 Use the zlib bundled with Qt.
144 config BR2_PACKAGE_QTOPIA4_QTZLIB
148 Use the zlib bundled with Qt.
150 config BR2_PACKAGE_QTOPIA4_SYSTEMZLIB
152 select BR2_PACKAGE_ZLIB
155 Use the shared zlib from the system.
159 config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
160 string "The embedded platform we are making Qtopia4 for"
161 default "arm" if BR2_arm
162 default "arm" if BR2_armeb
163 default "avr32" if BR2_avr32
164 default "x86" if BR2_i386
165 default "x86_64" if BR2_x86_64
166 default "mips" if BR2_mips
167 default "mips" if BR2_mipsel
168 # Not that I really believe these will work..
169 default "generic" if BR2_alpha
170 default "generic" if BR2_chris
171 default "generic" if BR2_m68k
172 default "generic" if BR2_nios2
173 default "generic" if BR2_powerpc
174 default "generic" if BR2_sh
175 default "generic" if BR2_sh64
176 default "generic" if BR2_sparc
177 depends on BR2_PACKAGE_QTOPIA4