To: interest@qt-project.org <interest@qt-project.org> Subject: [Interest] CMake - List Sources: qt_add_executable vs qt_add_qml_module ... ported my apps from 5.15 to 6.6, now on my way from QMake to CMake App is not modularized yet (ToDo for later ;-) So I only have ONE QM...
*Subject:* [Interest] CMake - List Sources: qt_add_executable vsqt_add_qml_module ... ported my apps from 5.15 to 6.6, now on my way from QMake to CMake App is not modularized yet (ToDo for later ;-) So I only have ONE QML Module directly loaded at start: main.cpp: engine.l...
qt_add_qml_module, what is recommended in this case ? It doesn't really matter. My recommendation is to list all the C++files that produce types exposed to QML in the QML module and allother C++ files in qt_add_executable. thx ...makes sense ekke best regards, Ulf ___ Interest mail...
Previous message View by thread View by date Next message [Interest] CMake - List Sources: qt_add_executa... ekkeRe: [Interest] CMake - List Sources: qt_ad... Mike Trahearn via Interest Re: [Interest] CMake - List Sources: q... ekke Re: [Interest] CMake - List Sources: qt_...