New dockingsystem (#9116)

* Use Qt Advanced Docking as forked submodule
* Use new docking system in code
This commit is contained in:
jonjenssen
2022-07-07 12:03:02 +02:00
committed by Magne Sjaastad
parent 09f9269cfa
commit 66896f8330
26 changed files with 408 additions and 348 deletions

View File

@@ -287,6 +287,10 @@ endif()
target_link_libraries(ResInsight ${LINK_LIBRARIES})
if(UNIX AND NOT APPLE)
target_link_libraries(ResInsight xcb)
endif()
# ##############################################################################
# Unity builds
# ##############################################################################