CXX-Qt-build: Remove ability to (re-)export definitions #1165
Labels
🔨 build system
Issues related to integrating CXX-Qt into CMake/Cargo
👷 refactor
Something needs to change
🥳🎉 1.0
This issue is part of stabilization for 1.0 release
We are not able to import definitions into CMake, so relying on definitions as compiler flags is problematic.
Instead, libraries that need certain definitions can generate a header file in their build script that includes the necessary definitions.
See also:
https://www.kdab.com/setting-defines-with-cmake/
The text was updated successfully, but these errors were encountered: