diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c52651a0..c2629590e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -288,7 +288,6 @@ set(SUBSURFACE_CORE_LIB_SRCS windowtitleupdate.cpp divelogexportlogic.cpp qt-init.cpp - ${SUBSURFACE_PRINTING_SRCS} ${PLATFORM_SRC} ) source_group("Subsurface Core" FILES ${SUBSURFACE_CORE_LIB_SRCS}) @@ -358,6 +357,7 @@ set(SUBSURFACE_INTERFACE qt-ui/undocommands.cpp qt-ui/locationinformation.cpp qt-ui/qtwaitingspinner.cpp + ${SUBSURFACE_PRINTING_SRCS} ${SOCIALNETWORKS} ) source_group("Subsurface Interface" FILES ${SUBSURFACE_INTERFACE}) |