missing files added
This commit is contained in:
parent
33803db1d8
commit
fd1a2cde63
|
@ -4,26 +4,31 @@ list(APPEND TARGET_SOURCES
|
||||||
CircularProgressBar.cpp
|
CircularProgressBar.cpp
|
||||||
CircularProgressBarSkinlet.cpp
|
CircularProgressBarSkinlet.cpp
|
||||||
DashboardPage.cpp
|
DashboardPage.cpp
|
||||||
|
DevicesPage.cpp
|
||||||
Diagram.cpp
|
Diagram.cpp
|
||||||
DiagramSkinlet.cpp
|
DiagramSkinlet.cpp
|
||||||
|
EnergyMeter.cpp
|
||||||
GraphicProvider.cpp
|
GraphicProvider.cpp
|
||||||
GridBox.cpp
|
GridBox.cpp
|
||||||
LightDisplaySkinlet.cpp
|
LightDisplaySkinlet.cpp
|
||||||
LightDisplay.cpp
|
LightDisplay.cpp
|
||||||
MainItem.cpp
|
MainItem.cpp
|
||||||
|
MainWindow.cpp
|
||||||
MenuBar.cpp
|
MenuBar.cpp
|
||||||
|
MembersPage.cpp
|
||||||
MyDevices.cpp
|
MyDevices.cpp
|
||||||
PieChart.cpp
|
|
||||||
PieChartPainted.cpp
|
|
||||||
PieChartSkinlet.cpp
|
|
||||||
RoomsPage.cpp
|
RoomsPage.cpp
|
||||||
RoundedIcon.cpp
|
RoundedIcon.cpp
|
||||||
Skin.cpp
|
Skin.cpp
|
||||||
|
StatisticsPage.cpp
|
||||||
TopBar.cpp
|
TopBar.cpp
|
||||||
RoundButton.cpp
|
RoundButton.cpp
|
||||||
UsageBox.cpp
|
UsageBox.cpp
|
||||||
UsageDiagram.cpp
|
UsageDiagram.cpp
|
||||||
MainWindow.cpp
|
StoragePage.cpp
|
||||||
|
StorageMeter.cpp
|
||||||
|
StorageBar.cpp
|
||||||
|
StorageBarSkinlet.cpp
|
||||||
main.cpp)
|
main.cpp)
|
||||||
|
|
||||||
list(APPEND TARGET_SOURCES
|
list(APPEND TARGET_SOURCES
|
||||||
|
@ -38,25 +43,30 @@ list(APPEND TARGET_HEADERS
|
||||||
CircularProgressBarSkinlet.h
|
CircularProgressBarSkinlet.h
|
||||||
Diagram.h
|
Diagram.h
|
||||||
DiagramSkinlet.h
|
DiagramSkinlet.h
|
||||||
|
EnergyMeter.h
|
||||||
GraphicProvider.h
|
GraphicProvider.h
|
||||||
GridBox.h
|
GridBox.h
|
||||||
LightDisplaySkinlet.h
|
LightDisplaySkinlet.h
|
||||||
LightDisplay.h
|
LightDisplay.h
|
||||||
DashboardPage.h
|
DashboardPage.h
|
||||||
|
DevicesPage.h
|
||||||
MainItem.h
|
MainItem.h
|
||||||
MainWindow.h
|
MainWindow.h
|
||||||
|
MembersPage.h
|
||||||
MenuBar.h
|
MenuBar.h
|
||||||
MyDevices.h
|
MyDevices.h
|
||||||
PieChart.h
|
|
||||||
PieChartPainted.h
|
|
||||||
PieChartSkinlet.h
|
|
||||||
RoomsPage.h
|
RoomsPage.h
|
||||||
RoundedIcon.h
|
RoundedIcon.h
|
||||||
Skin.h
|
Skin.h
|
||||||
|
StatisticsPage.h
|
||||||
TopBar.h
|
TopBar.h
|
||||||
RoundButton.h
|
RoundButton.h
|
||||||
UsageBox.h
|
UsageBox.h
|
||||||
UsageDiagram.h)
|
UsageDiagram.h
|
||||||
|
StoragePage.h
|
||||||
|
StorageMeter.h
|
||||||
|
StorageBar.h
|
||||||
|
StorageBarSkinlet.h)
|
||||||
|
|
||||||
list(APPEND TARGET_HEADERS
|
list(APPEND TARGET_HEADERS
|
||||||
nodes/DiagramDataNode.h
|
nodes/DiagramDataNode.h
|
||||||
|
@ -86,16 +96,14 @@ if(TARGET Qsk::qskinny)
|
||||||
# - qskinny has a namespace Qsk
|
# - qskinny has a namespace Qsk
|
||||||
target_link_libraries(${TARGET_NAME}
|
target_link_libraries(${TARGET_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Qsk::qskinny
|
Qsk::qskinny)
|
||||||
Qt::Svg)
|
|
||||||
else()
|
else()
|
||||||
target_link_libraries(${TARGET_NAME}
|
target_link_libraries(${TARGET_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
qskinny
|
qskinny
|
||||||
qsktestsupport
|
qsktestsupport)
|
||||||
Qt::Svg)
|
|
||||||
|
|
||||||
target_compile_definitions(${TARGET_NAME}
|
target_compile_definitions(${TARGET_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
USE_SHORTCUTS)
|
USE_SHORTCUTS)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue