Compare commits
2 Commits
141a2d1a55
...
20fa2ff52b
Author | SHA1 | Date | |
---|---|---|---|
20fa2ff52b | |||
c473e91c7c |
Submodule cmake/cmlib updated: f168386296...0b69005b7a
Submodule cmake/doc updated: 81fe90131c...acdfb6a9dd
Submodule cmake/generators updated: c015300d63...74d499b9cb
@ -4,12 +4,12 @@
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../src/cmlib-example/main.cpp" line="17"/>
|
||||
<location filename="../src/cmlib-example/main.cpp" line="15"/>
|
||||
<source>No</source>
|
||||
<translation>Нет</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/cmlib-example/main.cpp" line="19"/>
|
||||
<location filename="../src/cmlib-example/main.cpp" line="20"/>
|
||||
<source>Yes</source>
|
||||
<translation>Да</translation>
|
||||
</message>
|
||||
|
@ -60,15 +60,15 @@ add_executable(${TRGT} ${TRGT_ui_h} ${TRGT_moc_cpp} ${TRGT_qrc_cpp} ${TRGT_cpp})
|
||||
common_target_properties(${TRGT})
|
||||
|
||||
# Qt5: подключение заголовочных файлов
|
||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Core_INCLUDE_DIRS})
|
||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Gui_INCLUDE_DIRS})
|
||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Widgets_INCLUDE_DIRS})
|
||||
target_include_directories(${TRGT} PUBLIC ${Qt5Core_INCLUDE_DIRS})
|
||||
target_include_directories(${TRGT} PUBLIC ${Qt5Gui_INCLUDE_DIRS})
|
||||
target_include_directories(${TRGT} PUBLIC ${Qt5Widgets_INCLUDE_DIRS})
|
||||
|
||||
# Qt5: подключение библиотек
|
||||
target_link_libraries(${TRGT} Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||
|
||||
# Добавление к пути поиска заголовочных файлов
|
||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Boost_INCLUDE_DIRS})
|
||||
target_include_directories(${TRGT} PUBLIC ${Boost_INCLUDE_DIRS})
|
||||
|
||||
# Зависимость от библиотеки из внешнего проекта проекта
|
||||
add_dependencies(${TRGT} myxlib)
|
||||
|
2
thirdparty/myxlib
vendored
2
thirdparty/myxlib
vendored
Submodule thirdparty/myxlib updated: 22cee208d1...576bafd70b
Reference in New Issue
Block a user