Compare commits
2 Commits
141a2d1a55
...
20fa2ff52b
Author | SHA1 | Date | |
---|---|---|---|
20fa2ff52b | |||
c473e91c7c |
@ -1 +1 @@
|
|||||||
Subproject commit f168386296177c0d4c16ccd814edb4b6c327b8b1
|
Subproject commit 0b69005b7a05760d538c0902e634848b62f3cda1
|
@ -1 +1 @@
|
|||||||
Subproject commit 81fe90131c2d93d5d3e0f3b48c38fad0418fb953
|
Subproject commit acdfb6a9dd5ca1cb037e541f7da7033968873357
|
@ -1 +1 @@
|
|||||||
Subproject commit c015300d63005d0d5f8a57e5b42c6d898bab94d6
|
Subproject commit 74d499b9cb8600a24fb1c3ad51c57c589af38600
|
@ -4,12 +4,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cmlib-example/main.cpp" line="17"/>
|
<location filename="../src/cmlib-example/main.cpp" line="15"/>
|
||||||
<source>No</source>
|
<source>No</source>
|
||||||
<translation>Нет</translation>
|
<translation>Нет</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cmlib-example/main.cpp" line="19"/>
|
<location filename="../src/cmlib-example/main.cpp" line="20"/>
|
||||||
<source>Yes</source>
|
<source>Yes</source>
|
||||||
<translation>Да</translation>
|
<translation>Да</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -60,15 +60,15 @@ add_executable(${TRGT} ${TRGT_ui_h} ${TRGT_moc_cpp} ${TRGT_qrc_cpp} ${TRGT_cpp})
|
|||||||
common_target_properties(${TRGT})
|
common_target_properties(${TRGT})
|
||||||
|
|
||||||
# Qt5: подключение заголовочных файлов
|
# Qt5: подключение заголовочных файлов
|
||||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Core_INCLUDE_DIRS})
|
target_include_directories(${TRGT} PUBLIC ${Qt5Core_INCLUDE_DIRS})
|
||||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Gui_INCLUDE_DIRS})
|
target_include_directories(${TRGT} PUBLIC ${Qt5Gui_INCLUDE_DIRS})
|
||||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Widgets_INCLUDE_DIRS})
|
target_include_directories(${TRGT} PUBLIC ${Qt5Widgets_INCLUDE_DIRS})
|
||||||
|
|
||||||
# Qt5: подключение библиотек
|
# Qt5: подключение библиотек
|
||||||
target_link_libraries(${TRGT} Qt5::Core Qt5::Gui Qt5::Widgets)
|
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)
|
add_dependencies(${TRGT} myxlib)
|
||||||
|
2
thirdparty/myxlib
vendored
2
thirdparty/myxlib
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 22cee208d1d9ec40d773e1c19167adaddcc6cc9f
|
Subproject commit 576bafd70b6548ad9fc8e336d1743da5502bc059
|
Loading…
Reference in New Issue
Block a user