mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4683 System : Exclude QRC files from cotire
This commit is contained in:
parent
e550b435e4
commit
19c93170b3
@ -111,5 +111,9 @@ endif(CEE_USE_QT5)
|
||||
|
||||
# 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}")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user