当前位置:网站首页>What is make makefile cmake qmake and what is the difference?
What is make makefile cmake qmake and what is the difference?
2022-07-07 05:50:00 【Big fish don't eat fish (wanna)】
author : Know user
link :https://www.zhihu.com/question/27455963/answer/89770919
source : You know
1.gcc yes GNU Compiler Collection( Namely GNU Compiler Suite ), You can also think of it as a compiler , It can compile many programming languages ( enclosed C、C++、Objective-C、Fortran、Java wait ).
2. When your program has only one source file , It can be used directly gcc Command to compile it .
3. But when your program contains many source files , use gcc When the commands are compiled one by one , You're easily confused and have a lot of work
4. So it's here make Tools make Tools can be seen as an intelligent batch tool , It doesn't compile and link itself , But in a way similar to batch processing — By calling makefile The command specified by the user in the file is used for compiling and linking .
5.makefile What is it? ? In short, it's like the score of a song ,make Tools are like conductors , The conductor directed the whole orchestra according to the score ,make Tools are based on makefile The commands in are compiled and linked .
6.makefile The command contains the call gcc( It can also be another compiler ) The command to compile a source file .
7.makefile In some simple projects, it can be done manually , But when the project is very big , Handwriting makefile It's also very troublesome , If we change the platform makefile And revise it again .
8. That's when Cmake This tool ,cmake It's easier to generate makefile The document is for the one above make use . Of course cmake There are other functions , That is, it can generate the corresponding platform that can be used across platforms makefile, You don't have to modify it yourself .
9. But cmake According to what makefile Well ? It's also based on a call CMakeLists.txt file ( A scientific name : Configuration files ) To generate makefile.
10. In the end CMakeLists.txt Who wrote the document ? Pro - , You wrote it yourself .
11. Of course, if you use IDE, similar VS Generally, it can help you to finish , You just need to press that triangle
12. Next is qmake,qmake What is it? , But first, let me say Qt This thing .Qt It's cross platform C++ GUI application development framework . It can develop GUI Program , It can also be used to develop non GUI Program , For example, console tools and servers . Simply put C++ Third party library , Using this library, you can easily generate windows,Linux,MAC os And so on . current Qt It also includes the functional modules commonly used in the development of various software ( The Internet , database ,XML, Multithreading, etc ), It's better than using it directly C++( Only bring standard underwear ) Be convenient and simple .
13. You can use it. Qt Simply implement very complex functions , Because Qt Yes C++ It has been extended , You write a line of code ,Qt I wrote hundreds of lines for you behind your back , And the extra code depends on Qt Proprietary moc compiler (The Meta-Object Compiler) and uic compiler (User Interface Complier) To retranslate your line of code . The problem is coming. , You must call before compiling the program moc and uic Yes Qt Preprocess the source file , Then call the compiler to compile . The kind mentioned above is ordinary makefile The document is not applicable , It can't be right qt Preprocess the source file . therefore qmake It came into being. .
14.qmake Tool is Qt Made by the company , Used to generate Qt special makefile file , such makefile Files can be automatically and intelligently called moc and uic Preprocess and compile the source program .qmake Of course, it must also be cross platform , Follow cmake It can also generate corresponding for various platforms makefile file .
15.qmake It's based on Qt Engineering documents (.pro) To generate the corresponding makefile Of . Engineering documents (.pro) Relatively simple , You can write your own handwriting for general projects , But it is usually made up of Qt Development environment of Qt Creator Automatically generated , You just need to press the evil triangle to finish .
16. It's not over yet , because qmake It is very simple and easy to use, and supports cross platform , And it can be independent of it IDE, So you can also use it in non Qt Above the project , You can still generate ordinary makefile, As long as pro Add... To the document CONFIG -= qt That's all right. .
17、 such qmake and cmake What's the difference? ? sorry ,cmake It also supports Qt programmatic ,cmake It can also be generated for qt The kind of special program makefile, It's just cmake Of CMakeLists.txt Written relative to qmake Of pro The file is more complicated . qmake Is for Qt tailor-made , It is very convenient to use , however cmake Functional ratio qmake Powerful . General Qt You can use it directly in the project qmake That's all right. ,cmake The powerful function of is not available to ordinary people . When your project is very large , And then there is qt Part of the subproject , There are some sub projects in other languages , It is said that cmake It will be convenient , I haven't tried .
边栏推荐
- Differences and introduction of cluster, distributed and microservice
- SAP ABAP BDC(批量数据通信)-018
- Flinksql 读写pgsql
- win配置pm2开机自启node项目
- 集群、分布式、微服务的区别和介绍
- Getting started with DES encryption
- C nullable type
- MySQL-CentOS7通过YUM安装MySQL
- TCC of distributed transaction solutions
- SQLSTATE[HY000][1130] Host ‘host. docker. internal‘ is not allowed to connect to this MySQL server
猜你喜欢

The 2022 China low / no code Market Research and model selection evaluation report was released

What is dependency injection (DI)

Digital innovation driven guide

Distributed global ID generation scheme

bat 批示处理详解

Sidecar mode

C#可空类型

English grammar_ Noun possessive

Message queue: how to deal with message backlog?

分布式事务介绍
随机推荐
线性回归
Reading notes of Clickhouse principle analysis and Application Practice (6)
OpenSergo 即将发布 v1alpha1,丰富全链路异构架构的服务治理能力
上海字节面试问题及薪资福利
5. 数据访问 - EntityFramework集成
Explication contextuelle du langage Go
基于NCF的多模块协同实例
Go 语言的 Context 详解
《ClickHouse原理解析与应用实践》读书笔记(6)
Bat instruction processing details
What EDA companies are there in China?
make makefile cmake qmake都是什么,有什么区别?
Get the way to optimize the one-stop worktable of customer service
Go language context explanation
Realize GDB remote debugging function between different network segments
async / await
linear regression
async / await
软件测试面试技巧
bat 批示处理详解