79 lines
1.5 KiB
CMake
79 lines
1.5 KiB
CMake
list(APPEND RESOURCES images.qrc fonts.qrc)
|
|
|
|
list(APPEND SOURCES
|
|
Box.cpp
|
|
BoxWithButtons.cpp
|
|
CircularProgressBar.cpp
|
|
CircularProgressBarSkinlet.cpp
|
|
DashboardPage.cpp
|
|
DevicesPage.cpp
|
|
Diagram.cpp
|
|
DiagramSkinlet.cpp
|
|
EnergyMeter.cpp
|
|
GraphicProvider.cpp
|
|
GridBox.cpp
|
|
LightDisplaySkinlet.cpp
|
|
LightDisplay.cpp
|
|
MainItem.cpp
|
|
MainWindow.cpp
|
|
MenuBar.cpp
|
|
MembersPage.cpp
|
|
MyDevices.cpp
|
|
RoomsPage.cpp
|
|
RoundedIcon.cpp
|
|
Skin.cpp
|
|
StatisticsPage.cpp
|
|
TopBar.cpp
|
|
RoundButton.cpp
|
|
UsageBox.cpp
|
|
UsageDiagram.cpp
|
|
StoragePage.cpp
|
|
StorageMeter.cpp
|
|
StorageBar.cpp
|
|
StorageBarSkinlet.cpp
|
|
main.cpp)
|
|
|
|
list(APPEND SOURCES
|
|
nodes/DiagramDataNode.cpp
|
|
nodes/DiagramSegmentsNode.cpp
|
|
nodes/RadialTickmarksNode.cpp)
|
|
|
|
list(APPEND HEADERS
|
|
Box.h
|
|
BoxWithButtons.h
|
|
CircularProgressBar.h
|
|
CircularProgressBarSkinlet.h
|
|
Diagram.h
|
|
DiagramSkinlet.h
|
|
EnergyMeter.h
|
|
GraphicProvider.h
|
|
GridBox.h
|
|
LightDisplaySkinlet.h
|
|
LightDisplay.h
|
|
DashboardPage.h
|
|
DevicesPage.h
|
|
MainItem.h
|
|
MainWindow.h
|
|
MembersPage.h
|
|
MenuBar.h
|
|
MyDevices.h
|
|
RoomsPage.h
|
|
RoundedIcon.h
|
|
Skin.h
|
|
StatisticsPage.h
|
|
TopBar.h
|
|
RoundButton.h
|
|
UsageBox.h
|
|
UsageDiagram.h
|
|
StoragePage.h
|
|
StorageMeter.h
|
|
StorageBar.h
|
|
StorageBarSkinlet.h)
|
|
|
|
list(APPEND HEADERS
|
|
nodes/DiagramDataNode.h
|
|
nodes/DiagramSegmentsNode.h
|
|
nodes/RadialTickmarksNode.h)
|
|
|
|
qsk_add_example(iotdashboard)
|