I've got troubles compiling klogg against Release revision of Qt libraries. #763
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After doing some checks I've found out that the solution is to use 'Ninja' as a build system. When using default nmake/MsBuild - even release build links against Debug Qt + Debug standard C library. |
Beta Was this translation helpful? Give feedback.
After doing some checks I've found out that the solution is to use 'Ninja' as a build system. When using default nmake/MsBuild - even release build links against Debug Qt + Debug standard C library.
When configured with:
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. -Wno-dev
The proper release is configured, which can later be built with traditional
cmake --build . --parallel=