📄 platforms
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -