Details
-
User Story
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
QDS Berlin - 2022 Week 09/10, QDS Berlin - 2022 Week 11/12
Description
Port the build system of the qtquickdesigner-components to CMake.
This is the repository we use for the studio controls and other Qt Design Studio specific components. The current build system is still based on qmake.
We should also make qmakefiles.txt that build the repository.
The QML modules are installed into the QML folder of the Qt that builds the repository.
qmake
make install
When the cmakefiles.txt from the root folder is opened in Qt Creator,
the project is configured with cmake and build then it should be installed into
the Qt QML folder, like currently with qmake.
https://codereview.qt-project.org/q/project:qt-labs%252Fqtquickdesigner-components
We should follow what Qt does for e.g. Qt Quick Controls 2.
qtquick3d\src\effects is the simplest example I found.
(https://github.com/qt/qtquick3d/tree/dev/src/effects)