forked from qt-creator/qt-creator
See the CMake documentation https://cmake.org/cmake/help/latest/ prop_tgt/FOLDER.html This allows placement of targets in the project view in specific folders like e.g. "tests" Qt Creator (ab)uses the FOLDER property for the "qtc_runnable" feature, see https://doc.qt.io/qtcreator/creator-run-settings.html which would not allow to have both. The "qtc_runnable" should be fixed by having a property "QTC_RUNNABLE" for a target and have Qt Creator parse the code. Fixes: QTCREATORBUG-28873 Change-Id: I73433de78b9a86f631ee9d7903db535b69b734f6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Qt6 Widgets project to test adding new or existing files to a CMake project.
The project uses both custom CMake API and normal Qt6 qt_add_executable API function call.