Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.2.0 Beta2
-
None
-
CentOS 8 - gcc 8.3.1 - cmake 3.20.2
Build from Git repository
Description
I clone recursively qt5 superproject (branch 6.2) and I build qt5 superproject.
qtgraphicaleffects is always defined as submodule (cf .gitmodules)
qtgraphicaleffects submodule should be remove from qt5 superproject submodule.
Moreover, I build in command line using cmake tool. if QT_BUILD_SUBMODULES is not defined in cmake options (CMAKE_OPTIONS="${CMAKE_OPTIONS} -DQT_BUILD_SUBMODULES=qtbase;....." in the command line, the default QT_BUILD_SUBMODULES variable contains qtgraphicaleffects in qt5 superproject.
qtgraphicalseffects should be remove from the default QT_BUILD_SUBMODULES variable.
If I define my own QT_BUILD_SUBMODULES list (without qtgraphicaleffects), all is build correctly.
-----------------------------------------------------------------------------------------------------------------------
Error when executing configure command line (error when configure qtgraphicaleffects)
Trace in terminal :
- Running syncqt for module: 'QtDesignerComponents'
- Running syncqt for module: 'QtHelp'
- Tool 'Qt6::qhelpgenerator' will be built from source.
- Tool 'Qt6::qtattributionsscanner' will be built from source.
- Tool 'Qt6::qdoc' will be built from source.
Configuring 'qtdoc'
Configuring 'qtgraphicaleffects'
CMake Error at qtgraphicaleffects/src/effects/CMakeLists.txt:7 (add_qml_module):
Unknown CMake command "add_qml_module".
Attachments
Issue Links
- duplicates
-
QTBUG-88867 Qt6 cmake configure error Unknown CMake command "add_qml_module".
- Closed
- relates to
-
QTBUG-95757 Remove qtgraphicaleffects sources in Qt 6.2+ repository branches
- Closed