CMake Port: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
* [https://bugreports.qt.io/browse/QTBUG-73351 Key initiative: Transition to CMake in JIRA]
* [https://bugreports.qt.io/browse/QTBUG-73351 Key initiative: Transition to CMake in JIRA]
* [https://lists.qt-project.org/pipermail/development/2018-October/034023.html "Build system for Qt 6" thread on development@qt-project.org]
* [https://lists.qt-project.org/pipermail/development/2018-October/034023.html "Build system for Qt 6" thread on development@qt-project.org]
* [irc://chat.freenode.net:6665/qt-cmake #qt-cmake channel on freenode/IRC]


== Overview ==
== Overview ==


The current port of qtbase can be found in the [https://codereview.qt-project.org/#/q/project:qt/qtbase+branch:wip/cmake,n,z wip/cmake branch] of qt/qtbase.git.
The current port of qtbase can be found in the [https://codereview.qt-project.org/#/q/project:qt/qtbase+branch:wip/cmake,n,z wip/cmake branch] of qt/qtbase.git.
=== How to build ===
=== Conversion Script ===

Revision as of 09:44, 11 February 2019

This is an overview on the port of Qt from qmake to CMake.

Quick Links

Overview

The current port of qtbase can be found in the wip/cmake branch of qt/qtbase.git.

How to build

Conversion Script