Merge 3f75cc98c4
into 7acd0f9c63
This commit is contained in:
commit
8cf2c2e5e6
|
@ -74,3 +74,8 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|||
DESTINATION
|
||||
${QSK_INSTALL_LIBS} OPTIONAL)
|
||||
endif()
|
||||
|
||||
get_filename_component(compiler ${CMAKE_CXX_COMPILER} NAME_WE)
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_SYSTEM_NAME STREQUAL "Windows" AND compiler STREQUAL "g++")
|
||||
set_source_files_properties(QskQml.cpp PROPERTIES COMPILE_FLAGS "-Wa,-mbig-obj")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue