Separate initializing Qt from initializing the UI

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel
2015-06-16 06:52:06 -07:00
parent 6a0e1cd9f6
commit 0692e24036
5 changed files with 66 additions and 54 deletions

View File

@@ -277,6 +277,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
checkcloudconnection.cpp
windowtitleupdate.cpp
divelogexportlogic.cpp
qt-init.cpp
${SUBSURFACE_PRINTING_SRCS}
${PLATFORM_SRC}
)