Skip to content

Commit

Permalink
Fix project files.Refresh ts files for quickevent app. Updated CZ tra…
Browse files Browse the repository at this point in the history
…nslation.
  • Loading branch information
arnost00 committed Sep 29, 2024
1 parent c366a5f commit b066dfc
Show file tree
Hide file tree
Showing 9 changed files with 8,700 additions and 15,808 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.18.4)

set(WITH_QE_SHVAPI OFF CACHE BOOL "Build SHV API service with QuickEvent")
set(QF_BUILD_QML_PLUGINS ON CACHE BOOL "Build with QML Plugins support")

project(quickbox LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 20)
Expand Down
10 changes: 10 additions & 0 deletions quickevent/app/quickevent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ qt6_add_translation(QM_FILES
quickevent-uk_UA.ts
)

qt_add_lupdate(quickevent TS_FILES
quickevent-cs_CZ.ts
quickevent-fr_FR.ts
quickevent-nb_NO.ts
quickevent-nl_BE.ts
quickevent-pl_PL.ts
quickevent-ru_RU.ts
quickevent-uk_UA.ts
)

target_sources(quickevent PRIVATE ${QM_FILES})
target_include_directories(quickevent PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/src)
target_link_libraries(quickevent PUBLIC libquickeventcore libquickeventgui libqfqmlwidgets libsiut)
Expand Down
2,836 changes: 1,426 additions & 1,410 deletions quickevent/app/quickevent/quickevent-cs_CZ.ts

Large diffs are not rendered by default.

3,313 changes: 1,112 additions & 2,201 deletions quickevent/app/quickevent/quickevent-fr_FR.ts

Large diffs are not rendered by default.

3,471 changes: 1,091 additions & 2,380 deletions quickevent/app/quickevent/quickevent-nb_NO.ts

Large diffs are not rendered by default.

4,355 changes: 1,276 additions & 3,079 deletions quickevent/app/quickevent/quickevent-nl_BE.ts

Large diffs are not rendered by default.

4,489 changes: 1,341 additions & 3,148 deletions quickevent/app/quickevent/quickevent-pl_PL.ts

Large diffs are not rendered by default.

3,257 changes: 1,067 additions & 2,190 deletions quickevent/app/quickevent/quickevent-ru_RU.ts

Large diffs are not rendered by default.

2,776 changes: 1,376 additions & 1,400 deletions quickevent/app/quickevent/quickevent-uk_UA.ts

Large diffs are not rendered by default.

0 comments on commit b066dfc

Please sign in to comment.