qmake手册

来源:互联网 发布:网络信息安全培训记录 编辑:程序博客网 时间:2024/05/21 10:45

qmake手册
The qmake tool helps simplify the build process for development projects across different platforms. It automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. You can use qmake for any software project, whether it is written with Qt or not.
qt支持不同平台,qmake工具帮助开发者简化qt项目的生成过程。 qmake依赖创建每个Makefile的少数相关信息,自动生成不同的Makefiles.你可以使用qmake生成任何软件项目,不管这些项目是不是使用Qt开发的。

qmake generates a Makefile based on the information in a project file. Project files are created by the developer, and are usually simple, but more sophisticated project files can be created for complex projects.
依据项目工程文件.pro中的信息,qmake生成Makefile.项目工程文件由开发者创建,通常比较简单,若是复杂项目的话,项目工程文件也会相应复杂一些。

qmake contains additional features to support development with Qt, automatically including build rules for moc and uic.
qmake包括扩展特性支持Qt开发,包括元对象(moc)和用户接口界面(uic)的自动生成规则。
qmake can also generate projects for Microsoft Visual studio without requiring the developer to change the project file.
qmake也能生成微软vs项目,不需要开发者修改项目工程文件。

Table of Contents
目录
Overview
预览
Getting Started
开始学习
Creating Project Files
创建工程文件
Building Common Project Types
生成通用工程类型
Running qmake
运行qmake
Platform Notes
平台注意事项
qmake Language
qmake语言
Advanced Usage
高级使用
Using Precompiled Headers
使用预编译头文件
Configuring qmake
配置qmake
Reference
参考手册
Variables
变量声明
Replace Functions
代替函数
Built-in Replace Functions
内建代替函数
Test Functions
测试函数
Built-in Test Functions
内建测试函数
Test Function Library
测试函数库

0 0
原创粉丝点击