Add an examples/mdi_with_docking/ example

This commit is contained in:
Sergio Martins
2022-01-07 17:31:20 +00:00
parent 402f0b9d90
commit 5b87fb4435
6 changed files with 298 additions and 0 deletions

View File

@@ -298,8 +298,10 @@ if(${PROJECT_NAME}_EXAMPLES)
add_subdirectory(examples/dockwidgets)
add_subdirectory(examples/minimal)
add_subdirectory(examples/minimal-mdi)
add_subdirectory(examples/mdi_with_docking)
set_compiler_flags(kddockwidgets_example)
set_compiler_flags(kddockwidgets_minimal_example)
set_compiler_flags(kddockwidgets_mdi_with_docking_example)
endif()
endif()