euler0/mini-cmake-qt

Compile Failed

BriFuture opened this issue · 1 comments

Issues:
image

It seems that the following is not correct,

SET(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> <FLAGS> -O coff <DEFINES> -i <SOURCE> -o <OBJECT>")

Environment: Qt 5.12, msvc2015_64 cmake 3.12

That's fine to comment CMAKE_RC_COMPILE_OBJECT line, and it now works.