mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
10 lines
470 B
CMake
10 lines
470 B
CMake
# ==============================================================================
|
|
# data/languages/CMakeLists.txt
|
|
# ==============================================================================
|
|
|
|
# This line prevent `.ts` files deletion.
|
|
# See: https://bugreports.qt.io/browse/QTBUG-31860
|
|
#
|
|
# On October 17, 2016, this issue was marked `invalid` but it's a
|
|
# bullshit. It's not tolerated to remove source files.
|
|
#set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true)
|