Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.0.0
-
None
Description
qt-configure-module if called on module , which loads subconfig with features referring to other module will fail , since TARGET is defined in root cmake file, which is not loaded.
stefan@elstefano ~/workspaces/qt/qt5-builds/6.0/temp $ /opt/qt/6.0/gcc.debug.cmake/bin/qt-configure-module ../../../qt5/qtcharts.6.0/ CMake Error at /home/stefan/workspaces/qt/qt5/qtcharts.6.0/src/charts/configure.cmake:50 (get_property): get_property could not find TARGET Qt6::Core. Perhaps it has not yet been created. Call Stack (most recent call first): /opt/qt/6.0/gcc.debug.cmake/lib/cmake/Qt6/QtProcessConfigureArgs.cmake:199 (include)
Please note qt-cmake runs and builds fine.