mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
CMakeLists.txt: get list source files into variable FILES_TO_TRANSLATE
This commit is contained in:
parent
264ecfae7f
commit
7c26589e86
@ -53,6 +53,10 @@ add_subdirectory( library )
|
||||
add_subdirectory( qucs-transcalc )
|
||||
add_subdirectory( qucs-powercombining )
|
||||
#add_subdirectory( examples )
|
||||
|
||||
IF (UPDATE_TRANSLATIONS)
|
||||
file(GLOB_RECURSE FILES_TO_TRANSLATE "*.cpp" "*.h" "*.ui")
|
||||
ENDIF (UPDATE_TRANSLATIONS)
|
||||
add_subdirectory( translations )
|
||||
|
||||
install(DIRECTORY "examples" DESTINATION "share/${QUCS_NAME}")
|
||||
|
@ -3,7 +3,6 @@
|
||||
# Handle Qucs translations
|
||||
|
||||
# TODO
|
||||
# - get list of .cpp files to refresh/update the .ts files
|
||||
# - evaluate need to merge the qtgeneric_XX.ts into the final .qm (see translations/Makefile.am)
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user