mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
on Linux, allow -DBUILD_SHARED_LIBS=ON to build when memory-debugging is enabled
This commit is contained in:
parent
41bcbf6dbd
commit
5bf6fd3977
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ source_group("UI Files" FILES ${QT_UI_FILES})
|
|||
# have qt5 wrap them and generate the appropriate header files
|
||||
qt5_wrap_ui(QT_UI_HEADERS "${QT_UI_FILES}")
|
||||
|
||||
setup_memory_debugger()
|
||||
|
||||
# add them to the nitpick source files
|
||||
set(NITPICK_SRCS ${NITPICK_SRCS} "${QT_UI_HEADERS}" "${QT_RESOURCES}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue