|
* -system-freetype .... Use libfreetype from the operating system.
See http://www.freetype.org/
-qconfig local ...... Use src/corelib/global/qconfig-local.h rather than the
default (full).
-depths <list> ...... Comma-separated list of supported bit-per-pixel
depths, from: 1, 4, 8, 12, 15, 16, 18, 24, 32 and 'all'.
-qt-decoration-<style> ....Enable a decoration <style> in the QtGui library,
by default all available decorations are on.
Possible values for <style>: [ styled windows default ]
-plugin-decoration-<style> Enable decoration <style> as a plugin to be
linked to at run time.
Possible values for <style>: [ default styled windows ]
-no-decoration-<style> ....Disable decoration <style> entirely.
Possible values for <style>: [ styled windows default ]
-no-opengl .......... Do not support OpenGL.
-opengl <api> ....... Enable OpenGL ES support
With no parameter, this will attempt to auto-detect OpenGL ES 1.x
or 2.x. Use es1 or es2 for <api> to override auto-detection.
NOTE: A QGLScreen driver for the hardware is required to support
OpenGL ES on Qt for Embedded Linux.
-qt-gfx-<driver> ... Enable a graphics <driver> in the QtGui library.
Possible values for <driver>: [ linuxfb transformed qvfb vnc multiscreen directfb qnx ]
-plugin-gfx-<driver> Enable graphics <driver> as a plugin to be
linked to at run time.
Possible values for <driver>: [ ahi directfb linuxfb powervr qvfb transformed vnc ]
-no-gfx-<driver> ... Disable graphics <driver> entirely.
Possible values for <driver>: [ linuxfb transformed qvfb vnc multiscreen directfb qnx ]
-qt-kbd-<driver> ... Enable a keyboard <driver> in the QtGui library.
Possible values for <driver>: [ tty linuxinput qvfb qnx ]
-plugin-kbd-<driver> Enable keyboard <driver> as a plugin to be linked to
at runtime.
Possible values for <driver>: [ linuxinput ]
-no-kbd-<driver> ... Disable keyboard <driver> entirely.
Possible values for <driver>: [ tty linuxinput qvfb qnx ]
-qt-mouse-<driver> ... Enable a mouse <driver> in the QtGui library.
Possible values for <driver>: [ pc linuxtp linuxinput tslib qvfb qnx ]
-plugin-mouse-<driver> Enable mouse <driver> as a plugin to be linked to
at runtime.
Possible values for <driver>: [ linuxtp pc tslib ]
-no-mouse-<driver> ... Disable mouse <driver> entirely.
Possible values for <driver>: [ pc linuxtp linuxinput tslib qvfb qnx ]
-iwmmxt ............ Compile using the iWMMXt instruction set
(available on some XScale CPUs).
-no-neon ........... Do not compile with use of NEON instructions.
+ -no-glib ........... Do not compile Glib support.
-glib .............. Compile Glib support.
信息比较长,实在是看不懂啊,不知道那里出了问题 |
|