-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9, 6.10
-
None
-
8ba50d5f3 (dev), ed94fefc0 (6.10)
Consider the following CMake code
cmake_minimum_required(VERSION 3.30) set(CMAKE_AUTOMOC ON) find_package(Qt6 REQUIRED COMPONENTS Qml) qt_add_qml_module(foo URI "org.kde.foo")
The project is in "/home/nico/workspace/qml-output-test".
Now create a build folder in /home/nico/workspace/qml-output-test/build
and configure the project with -DQT_QML_GENERATE_QMLLS_INI=ON
The generated .qmlls.ini file has buildDir="/home/nico", instead of the expected /home/nico/workspace/qml-output-test/build
For Gerrit Dashboard: QTBUG-138599 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
667655,6 | qmlls.ini generation: check parent build dir before writing it | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |
681282,2 | qmlls.ini generation: check parent build dir before writing it | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |