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
|
# 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()
|
||||||
|
Loading…
Reference in New Issue
Block a user