Revert "Правка подключения заголовочных файлов"

This reverts commit 576bafd70b.
This commit is contained in:
2020-04-15 10:34:34 +03:00
parent 576bafd70b
commit d5729fa806
7 changed files with 12 additions and 12 deletions

View File

@ -31,7 +31,7 @@ add_pvs_check(${TRGT})
# Создание цели для автоматического форматирования кода
add_format_sources(${TRGT} ${TRGT_sources} ${TRGT_headers})
target_include_directories(${TRGT} PUBLIC ${Qt5Core_INCLUDE_DIRS})
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Core_INCLUDE_DIRS})
cotire(${TRGT})