add qml demo app
This commit is contained in:
@@ -16,6 +16,15 @@ FetchContent_Declare(
|
||||
)
|
||||
FetchContent_MakeAvailable(libconfig)
|
||||
|
||||
# qt setup
|
||||
find_package(Qt6 REQUIRED COMPONENTS
|
||||
Core
|
||||
Gui
|
||||
Qml
|
||||
Quick
|
||||
QuickControls2
|
||||
)
|
||||
|
||||
set(ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_subdirectory(common)
|
||||
|
||||
Reference in New Issue
Block a user