Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2.0 Beta1
-
None
-
cec25d2ac62137b9a869f36cda10db43558c215d (qt/qt5/dev) 384bff22f7fe4784ec55446a887eb4014884ed09 (qt/qt5/6.2)
Description
Running the commands
rm -rf qt5 rm -rf qt5build git clone git://code.qt.io/qt/qt5.git cd qt5 git checkout dev perl init-repository -module-subset=all git submodule foreach "git checkout dev || true" git submodule foreach "git pull --rebase || true" cd .. mkdir qt5build cd qt5build ../qt5/configure -developer-build -skip qtremoteobjects -skip qtwebsockets 2>&1 | tee ../configure_`date +%F_%H-%M-%S`.txt cmake --build . --target html_docs 2>&1 | tee ../output_`date +%F_%H-%M-%S`.txt
I get the error message
Configuring 'qtgraphicaleffects' CMake Error at /home/andreasbuhr/development/qtdocumentation/qt5build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1041 (target_link_libraries): Target "qtgraphicaleffectsplugin" of type MODULE_LIBRARY may not be linked into another target. One may link only to INTERFACE, OBJECT, STATIC or SHARED libraries, or to executables with the ENABLE_EXPORTS property set. Call Stack (most recent call first): /home/andreasbuhr/development/qtdocumentation/qt5build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:490 (qt6_add_qml_plugin) /home/andreasbuhr/development/qtdocumentation/qt5build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:256 (qt6_add_qml_module) qtgraphicaleffects/src/effects/CMakeLists.txt:7 (qt_internal_add_qml_module) CMake Error at /home/andreasbuhr/development/qtdocumentation/qt5build/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:500 (target_link_libraries): Target "qtgraphicaleffectsplugin" of type MODULE_LIBRARY may not be linked into another target. One may link only to INTERFACE, OBJECT, STATIC or SHARED libraries, or to executables with the ENABLE_EXPORTS property set. Call Stack (most recent call first): /home/andreasbuhr/development/qtdocumentation/qt5build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:256 (qt6_add_qml_module) qtgraphicaleffects/src/effects/CMakeLists.txt:7 (qt_internal_add_qml_module)
Attachments
Issue Links
- relates to
-
QTBUG-95757 Remove qtgraphicaleffects sources in Qt 6.2+ repository branches
- Closed
- resulted from
-
QTBUG-90920 Build GoldenCheetah as QtBluetooth test application with Qt 6
- Closed