diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Translations.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Translations.cmake b/cmake/Translations.cmake index bdd8ecbc..16120219 100644 --- a/cmake/Translations.cmake +++ b/cmake/Translations.cmake @@ -21,7 +21,6 @@ if(NOT EXISTS ${_qrc}) endif() qt5_add_resources(LANG_QRC ${_qrc}) -#qt5_add_resources(QRC resources/res.qrc) if(Qt5QuickCompiler_FOUND) qtquick_compiler_add_resources(QRC resources/res.qrc) else() |