summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-21 11:52:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-21 12:49:05 -0700
commit785f9ba8356203b69672cc76b779b9458ccb9709 (patch)
tree96639b43f70d8a1fbd6d16e0dc9ef3fdcad8e7e2 /CMakeLists.txt
parentc9d48c9a72eec39b614d1d59e3c9fdd66e5a3ab0 (diff)
downloadsubsurface-785f9ba8356203b69672cc76b779b9458ccb9709.tar.gz
Cmake support: the printer files are part of the UI
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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})