Compare commits
No commits in common. "69af272ddd392189fde4cdf568a247bd33a9a9d0" and "bdd94c815fe4a3ab62f7179a3cbc704f39102e09" have entirely different histories.
69af272ddd
...
bdd94c815f
@ -51,5 +51,5 @@ add_subdirectory(src/cmlib-example)
|
|||||||
add_subdirectory(cmake/doc)
|
add_subdirectory(cmake/doc)
|
||||||
|
|
||||||
# Создание вспомогательных символических ссылок
|
# Создание вспомогательных символических ссылок
|
||||||
add_dependencies(cmlib-example-app-qt5-con create_auxilary_symlinks)
|
add_dependencies(cmlib-example create_auxilary_symlinks)
|
||||||
|
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ru_RU">
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/cmlib-example/main.cpp" line="15"/>
|
|
||||||
<source>No</source>
|
|
||||||
<translation>Нет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/cmlib-example/main.cpp" line="17"/>
|
|
||||||
<source>Yes</source>
|
|
||||||
<translation>Да</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
@ -1,5 +1,5 @@
|
|||||||
# Название основной цели и имя библиотеки в текущем каталоге
|
# Название основной цели и имя библиотеки в текущем каталоге
|
||||||
set(TRGT cmlib-example-app-qt5-con)
|
set(TRGT cmlib-example)
|
||||||
|
|
||||||
# Список файлов исходных текстов
|
# Список файлов исходных текстов
|
||||||
set(TRGT_cpp ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp)
|
set(TRGT_cpp ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user