Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.8.0 Beta4
-
None
Description
Trying to configure Qt 6.8.0 Beta3 on Windows with CMake 3.16 - the declared minimum version - results in an interesting error:
-- Configuring done
CMake Error at qtquickeffectmaker/src/doc/CMakeLists.txt:1 (add_library):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "WIN32_EXECUTABLE" is not allowed.
Anyhow, the mentioned file does not mention WIN32_EXECUTABLE
Attachments
Issue Links
- duplicates
-
QTBUG-111760 target_link_libraries(foo INTERFACE Qt::Core) fails for interface libs with CMake < 3.19 on Windows
- Closed