QtQuickControlsCompiler
This is an experimental CMake module for compiling QtQuickControls using qmltc
.
Getting Started
- Add this module to your project and include
cmake/QtQuickControlsCompiler.cmake
. - Use
qt_add_qml_module_qmltc
instead ofqt_add_qml_module
.
Limitations
- Do not
import QtQuick.Controls
. - Some Control types are not yet compiled by
qmltc
. Uncompiled types - Only the
Basic
style is supported.