*To:* interest@qt-project.org <interest@qt-project.org> *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 ON...
Interest@qt-project.orghttps://urldefense.com/v3/__https://lists.qt-project.org/listinfo/interest__;!!Nbma_1s!vTyCh7KPmEoSLiYsVtXS-u3dhKD92sH_Gdwnqwg72sjVpJiJlH4Ec110azEt73oZ8YA7VmofRhx9nsM0$Confidentiality Notice: This message (including attachments) is a private communication solely f...
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...
Ulf Hermann via Interest Tue, 30 Jan 2024 05:21:31 -0800 I can list all my other cpp SOURCES in qt_add_executable or in 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 ...