platforms

来自「qte2.3.2版本,但是里面没有configure文件.需要重新添加」· 代码 · 共 31 行

TXT
31
字号
Before you build the Qt/Embedded library and example programs, you mustrun the "configure" script to set the platform information and other buildsettings.  You can use the -xplatform option to specify the operatingsystem and compiler you are compiling FOR. The host machine is requiredto be running Linux and gcc.Supported platforms and compilers:  linux-generic-g++       - Use g++ of host machine.  linux-x86-g++           - Use g++ of host machine, add x86 options.  linux-arm-g++           - Use arm-linux-g++ as compiler.  linux-mips-g++          - Use mipsel-linux-g++ as compiler.  linux-ipaq-g++          - Use arm config, add iPAQ options (eg. touchpanel).  linux-cassiopeia-g++    - Use mips config, add Cassiopeia options.  linux-psion-g++	  - Use arm config, add Psion 5mx options (touchpanel, keyboard)Compilation problems:  Information about problems will be posted on:  http://www.trolltech.com/platforms/ as we become aware of them.Example:  ./configure -xplatform linux-arm-g++ -shared -debugCustomization:  You can create your own custom configuration by adding new files to  the configs directory.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?