当前位置:网站首页>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 .
边栏推荐
- SQLSTATE[HY000][1130] Host ‘host. docker. internal‘ is not allowed to connect to this MySQL server
- 目标检测中的损失函数与正负样本分配:RetinaNet与Focal loss
- Taobao commodity details page API interface, Taobao commodity list API interface, Taobao commodity sales API interface, Taobao app details API interface, Taobao details API interface
- [shell] clean up nohup Out file
- [PM products] what is cognitive load? How to adjust cognitive load reasonably?
- Tablayout modification of customized tab title does not take effect
- Message queuing: how to ensure that messages are not lost
- linear regression
- 《HarmonyOS实战—入门到开发,浅析原子化服务》
- Polynomial locus of order 5
猜你喜欢

Realize GDB remote debugging function between different network segments

什么是消息队列?

R语言【逻辑控制】【数学运算】

目标检测中的损失函数与正负样本分配:RetinaNet与Focal loss

Web Authentication API兼容版本信息

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

拼多多商品详情接口、拼多多商品基本信息、拼多多商品属性接口

nVisual网络可视化

Digital IC interview summary (interview experience sharing of large manufacturers)

产业金融3.0:“疏通血管”的金融科技
随机推荐
毕业之后才知道的——知网查重原理以及降重举例
ForkJoin最全详解(从原理设计到使用图解)
Industrial Finance 3.0: financial technology of "dredging blood vessels"
分布式全局ID生成方案
Go 语言的 Context 详解
拼多多新店如何获取免费流量,需要从哪些环节去优化,才能有效提升店内免费流量
4. Object mapping Mapster
目标检测中的损失函数与正负样本分配:RetinaNet与Focal loss
What is message queuing?
Mybaits multi table query (joint query, nested query)
Educational Codeforces Round 22 B. The Golden Age
sql查询:将下一行减去上一行,并做相应的计算
Codeforces Round #416 (Div. 2) D. Vladik and Favorite Game
What are the common message queues?
make makefile cmake qmake都是什么,有什么区别?
三级菜单数据实现,实现嵌套三级菜单数据
Explication contextuelle du langage Go
判断文件是否为DICOM文件
Preliminary practice of niuke.com (9)
PowerPivot——DAX(函数)