Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

Qt6 Build System: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(initial revision)
 
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Developing Qt::Qt Build System]]
This is a description of the Qt6 CMake-based build system.
This is a description of the Qt6 CMake-based build system.


Line 4: Line 6:


For a description of terms used here, please see the [[Qt Build System Glossary]].  
For a description of terms used here, please see the [[Qt Build System Glossary]].  
When writing CMake code, beware of the [[CMake Language Pitfalls]].


At the moment, there's not much here. We plan to extend this in the future.
At the moment, there's not much here. We plan to extend this in the future.


Probably, [[CMake_Port/Configure_System]] should be merged into this.
Probably, [[CMake_Port/Configure_System]] should be merged into this.

Latest revision as of 06:59, 29 August 2023


This is a description of the Qt6 CMake-based build system.

For Qt5, see Qt5 Build System.

For a description of terms used here, please see the Qt Build System Glossary.

When writing CMake code, beware of the CMake Language Pitfalls.

At the moment, there's not much here. We plan to extend this in the future.

Probably, CMake_Port/Configure_System should be merged into this.