We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e72d76 commit 11fa27dCopy full SHA for 11fa27d
gui/CMakeLists.txt
@@ -12,11 +12,8 @@ CheckOptions:
12
file(GLOB hdrs "*.h")
13
file(GLOB srcs "*.cpp")
14
file(GLOB uis "*.ui")
15
- file(GLOB tss "*.ts")
16
QT_WRAP_UI(uis_hdrs ${uis})
17
QT_ADD_RESOURCES(resources "gui.qrc")
18
- # TODO: passing "-no-obsolete" here breaks the translations
19
- QT_CREATE_TRANSLATION(qms ${CMAKE_CURRENT_SOURCE_DIR} ${tss})
20
list(APPEND cppcheck-gui-deps ${hdrs} ${uis_hdrs} ${resources} ${qms})
21
add_custom_target(gui-build-deps SOURCES ${cppcheck-gui-deps})
22
0 commit comments