#4683 System : Exclude QRC files from cotire

This commit is contained in:
Magne Sjaastad 2019-09-05 09:39:58 +02:00
parent e550b435e4
commit 19c93170b3

View File

@ -111,5 +111,9 @@ endif(CEE_USE_QT5)
# cotire # cotire
if (COMMAND caf_apply_cotire) if (COMMAND caf_apply_cotire)
set_source_files_properties (qrc_textedit.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
set_source_files_properties (qrc_cafCommandFeatures.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
set_source_files_properties (qrc_cafAnimControl.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
caf_apply_cotire("${PROJECT_NAME}") caf_apply_cotire("${PROJECT_NAME}")
endif() endif()