WIP icon combobox

This commit is contained in:
Michael Ehrenreich
2023-02-18 18:45:32 +01:00
parent 14af9d0093
commit bf96d4d0fe
6 changed files with 36 additions and 0 deletions

View File

@@ -4,12 +4,14 @@ project(lightcontrol VERSION 0.1 LANGUAGES CXX)
set(CMAKE_AUTOMOC ON)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS ON)
find_package(Qt6 6.2 REQUIRED COMPONENTS SerialPort Quick)
qt_add_executable(applightcontrol
resources.qrc
main.cpp
devicetypesmodel.h devicetypesmodel.cpp
dmxcontroller.h dmxcontroller.cpp