[Development] Importing a module build in creator
Jörg Bornemann
joerg.bornemann at qt.io
Thu Jan 13 10:54:46 CET 2022
On 1/13/22 08:24, Eike Ziller wrote:
> I.e. better use qt-configure-module to configure modules. That probably gets some edge cases right, that aren’t covered by just qt-cmake-private.
The main reason for its existence are configure features.
For example:
$ ../qtbase/bin/qt-configure-module ~/dev/qt/dev/qtdeclarative
-list-features
qml-animation ............ QML: Provides support for animations and
timers in QML.
qml-debug ................ QML: Provides infrastructure and plugins for
debugging and profiling.
qml-delegate-model ....... QML: Provides the DelegateModel QML type.
qml-devtools ............. QML: Provides the QmlDevtools library and
various utilities.
...
$ ../qtbase/bin/qt-configure-module ~/dev/qt/dev/qtdeclarative
-no-feature-quick-designer
--
Jörg Bornemann | The Qt Company
More information about the Development
mailing list