Commit 0743aee307bb0396aa3fed7968be13b6d201ef06
- Diff rendering mode:
- inline
- side by side
configure
(11 / 12)
|   | |||
| 299 | 299 | PLATFORM_MAC=no | |
| 300 | 300 | PLATFORM_QWS=yes | |
| 301 | 301 | fi | |
| 302 | elif [ "$PLATFORM_MAC" != "no" ]; then | ||
| 303 | PLATFORM_X11=no | ||
| 304 | PLATFORM_MAC=yes | ||
| 305 | PLATFORM_QWS=no | ||
| 306 | PLATFORM_IPHONE=yes | ||
| 307 | 302 | else | |
| 308 | 303 | echo "No license exists to enable Qt for Embedded Linux. Disabling." | |
| 309 | 304 | CFG_EMBEDDED=no | |
| … | … | ||
| 911 | 911 | VAL=no | |
| 912 | 912 | ;; | |
| 913 | 913 | #Qt style yes options | |
| 914 | -incremental|-qvfb|-profile|-shared|-static|-sm|-xinerama|-xshape|-xinput|-reduce-exports|-pch|-separate-debug-info|-stl|-freetype|-xcursor|-xfixes|-xrandr|-xrender|-mitshm|-fontconfig|-xkb|-nis|-qdbus|-dbus|-dbus-linked|-glib|-gstreamer|-gtkstyle|-cups|-iconv|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-accessibility|-confirm-license|-gnumake|-framework|-qt3support|-debug-and-release|-exceptions|-cocoa|-universal|-prefix-install|-silent|-armfpa|-optimized-qmake|-dwarf2|-reduce-relocations|-sse|-openssl|-openssl-linked|-ptmalloc|-xmlpatterns|-phonon|-phonon-backend|-multimedia|-svg|-webkit|-script|-scripttools|-rpath|-force-pkg-config) | ||
| 914 | -incremental|-qvfb|-profile|-shared|-static|-sm|-xinerama|-xshape|-xinput|-reduce-exports|-pch|-separate-debug-info|-stl|-freetype|-xcursor|-xfixes|-xrandr|-xrender|-mitshm|-fontconfig|-xkb|-nis|-qdbus|-dbus|-dbus-linked|-glib|-gstreamer|-gtkstyle|-cups|-iconv|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-accessibility|-confirm-license|-gnumake|-framework|-qt3support|-debug-and-release|-exceptions|-cocoa|-universal|-prefix-install|-silent|-armfpa|-optimized-qmake|-dwarf2|-reduce-relocations|-sse|-openssl|-openssl-linked|-ptmalloc|-xmlpatterns|-phonon|-phonon-backend|-multimedia|-svg|-webkit|-script|-scripttools|-rpath|-force-pkg-config|-iphone) | ||
| 915 | 915 | VAR=`echo $1 | sed "s,^-\(.*\),\1,"` | |
| 916 | 916 | VAL=yes | |
| 917 | 917 | ;; | |
| … | … | ||
| 1172 | 1172 | PLATFORM_MAC=no | |
| 1173 | 1173 | PLATFORM_QWS=yes | |
| 1174 | 1174 | fi | |
| 1175 | elif [ "$PLATFORM_MAC" != "no" ]; then | ||
| 1176 | PLATFORM_X11=no | ||
| 1177 | PLATFORM_MAC=yes | ||
| 1178 | PLATFORM_QWS=no | ||
| 1179 | PLATFORM_IPHONE=yes | ||
| 1180 | 1175 | else | |
| 1181 | 1176 | echo "No license exists to enable Qt for Embedded Linux. Disabling." | |
| 1182 | 1177 | CFG_EMBEDDED=no | |
| 1183 | 1178 | fi | |
| 1184 | 1179 | ;; | |
| 1180 | iphone) | ||
| 1181 | PLATFORM_X11=no | ||
| 1182 | PLATFORM_MAC=yes | ||
| 1183 | PLATFORM_QWS=no | ||
| 1184 | PLATFORM_IPHONE=yes | ||
| 1185 | ;; | ||
| 1186 | |||
| 1185 | 1187 | sse) | |
| 1186 | 1188 | if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then | |
| 1187 | 1189 | CFG_SSE="$VAL" | |
| … | … | ||
| 3243 | 3243 | [-no-multimedia] [-multimedia] [-no-phonon] [-phonon] [-no-phonon-backend] [-phonon-backend] | |
| 3244 | 3244 | [-no-openssl] [-openssl] [-openssl-linked] | |
| 3245 | 3245 | [-no-gtkstyle] [-gtkstyle] [-no-svg] [-svg] [-no-webkit] [-webkit] | |
| 3246 | [-no-script] [-script] [-no-scripttools] [-scripttools] | ||
| 3246 | [-no-script] [-script] [-no-scripttools] [-scripttools] [-iphone] | ||
| 3247 | 3247 | ||
| 3248 | 3248 | [additional platform specific options (see below)] | |
| 3249 | 3249 | ||
| … | … | ||
| 3740 | 3740 | ||
| 3741 | 3741 | -sdk <sdk> ......... Build Qt using Apple provided SDK <sdk>. This option requires gcc 4. | |
| 3742 | 3742 | To use a different SDK with gcc 3.3, set the SDKROOT environment variable. | |
| 3743 | |||
| 3744 | -iphone ............ Build Qt using Apple provided SDK <sdk> This options requires iphone sdk 3. | ||
| 3743 | 3745 | ||
| 3744 | 3746 | EOF | |
| 3745 | 3747 | fi |

