genode/qt4/tool/lib_mk_file_generator/genode_qt_configure

46 lines
875 B
Bash
Executable File

#!/bin/sh
../qt-everywhere-opensource-src-4.8.4/configure \
-opensource \
-confirm-license \
-qconfig genode \
-xplatform qws/genode-generic-g++ \
-embedded x86 \
-static \
-no-separate-debug-info \
-depths 8,16,32 \
-openssl-linked \
-no-qt3support \
-no-accessibility \
-no-phonon \
-no-libtiff \
-no-libmng \
-no-nis \
-no-cups \
-no-iconv \
-no-dbus \
-no-freetype \
-no-largefile \
-no-gfx-linuxfb \
-no-gfx-multiscreen \
-qt-gfx-nitpicker \
-no-mouse-linuxtp \
-no-mouse-pc \
-qt-mouse-nitpicker \
-no-kbd-tty \
-qt-kbd-nitpicker \
-no-mmx \
-no-3dnow \
-no-sse \
-no-sse2 \
-no-sse3 \
-no-ssse3 \
-no-sse4.1 \
-no-sse4.2 \
-no-avx \
-no-neon \
-make tools \
-nomake examples \
-nomake demos \
-fast