Skip to content

I've got troubles compiling klogg against Release revision of Qt libraries. #763

Closed Answered by PiotrWieAtWork
PiotrWieAtWork asked this question in Q&A
Discussion options

You must be logged in to vote

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=

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PiotrWieAtWork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant