[cpp] Add Qt Desginer widget plugin examples
This commit is contained in:
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||
project(
|
||||
#[[NAME]] Klips
|
||||
VERSION 1.0
|
||||
DESCRIPTION "A root project for several small cpp practice projects"
|
||||
DESCRIPTION "A root project for several small Qt6 practice projects"
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
@@ -19,4 +19,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
add_compile_options("-Wall")
|
||||
|
||||
add_subdirectory(designer)
|
||||
add_subdirectory(designer-plugin)
|
||||
add_subdirectory(designer-plugin-collection)
|
||||
add_subdirectory(slots)
|
||||
|
||||
Reference in New Issue
Block a user