Merge pull request #16043 from sethalves/fix-linux-build-shared-nitpick

BUGZ-1205: fix Linux builds when -DBUILD_SHARED_LIBS=ON
This commit is contained in:
Shannon Romano 2019-08-09 13:15:47 -07:00 committed by GitHub
commit 0b71cac84b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}")