File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -477,16 +477,21 @@ if(PEDANTIC)
477
477
endif ()
478
478
479
479
if (MSVC )
480
- # -wd4091 Avoid 'typedef' ignored on left of '' when no variable is declared warning in dbghelp.h
481
- set_source_files_properties (
482
- qgisapp.cpp
483
- main.cpp
484
- qgscrashhandler.cpp
485
- PROPERTIES COMPILE_FLAGS -wd4091)
480
+ # -wd4091 Avoid 'typedef' ignored on left of '' when no variable is declared warning in dbghelp.h
481
+ set_source_files_properties (
482
+ qgisapp.cpp
483
+ main.cpp
484
+ qgscrashhandler.cpp
485
+ PROPERTIES COMPILE_FLAGS -wd4091
486
+ )
487
+ set_source_files_properties (
488
+ qgisapp.cpp
489
+ PROPERTIES COMPILE_FLAGS "/bigobj"
490
+ )
486
491
endif ()
487
492
488
493
if (HAVE_OPENCL)
489
- include_directories (SYSTEM ${OpenCL_INCLUDE_DIRS} )
494
+ include_directories (SYSTEM ${OpenCL_INCLUDE_DIRS} )
490
495
endif ()
491
496
492
497
if (ENABLE_MODELTEST)
Original file line number Diff line number Diff line change @@ -2184,7 +2184,9 @@ if(MSVC)
2184
2184
set_source_files_properties (
2185
2185
${CMAKE_CURRENT_BINARY_DIR} /qgsexpression_texts.cpp
2186
2186
${CMAKE_CURRENT_BINARY_DIR} /qgis_core_autogen/mocs_compilation.cpp
2187
+ expression/qgsexpressionfunction.cpp
2187
2188
proj/qgscoordinatereferencesystem.cpp
2189
+ textrenderer/qgsfontmanager.cpp
2188
2190
PROPERTIES COMPILE_FLAGS "/bigobj"
2189
2191
)
2190
2192
else ()
You can’t perform that action at this time.
0 commit comments