Make Session a OBJECT library

At least untill we can detach TerminalDisplay from Session
wilder
Tomaz Canabrava 6 years ago
parent 12530124e8
commit 30109167aa
  1. 7
      src/session/CMakeLists.txt

@ -1,4 +1,7 @@
#TODO: This Needs TerminalDisplay. Perhaps we should create a library
# that has only TerminalDisplay and link with this one? It's a hard thing
# to do as currently SessionController depends on TerminalDisplay and
# TerminalDisplay depends on SessionController.
# qdbuscpp2xml -m Session.h -o org.kde.konsole.Session.xml
# Generate dbus .xml files; do not store .xml in source folder
@ -24,7 +27,7 @@ set(konsole_session_SRCS
)
add_library(konsolesession
STATIC
OBJECT
${konsole_session_SRCS}
)

Loading…
Cancel
Save