qskinny/examples/iotdashboard/iotdashboard.pro
Uwe Rathmann 0ed9afe2b4 QskBoxShadowNode introduced ( from playground/shadows )
- shader code migrated from glsl to vulkan-glsl
   - #ifdef "Geschnetzel" introduced to support old and rhi graphic APIs
   - iotdashboard, shadows examples adjusted
2022-06-04 17:56:14 +02:00

70 lines
1.4 KiB
Prolog

CONFIG += qskexample
QT += svg
QT += quick_private # TODO: examples should not use private headers
SOURCES += \
Box.cpp \
BoxWithButtons.cpp \
CircularProgressBar.cpp \
CircularProgressBarSkinlet.cpp \
Diagram.cpp \
DiagramSkinlet.cpp \
GraphicProvider.cpp \
LightDisplaySkinlet.cpp \
LightDisplay.cpp \
MainContent.cpp \
MenuBar.cpp \
MyDevices.cpp \
PieChart.cpp \
PieChartPainted.cpp \
PieChartSkinlet.cpp \
RoundedIcon.cpp \
ShadowedBox.cpp \
Skin.cpp \
TopBar.cpp \
RoundButton.cpp \
UsageBox.cpp \
UsageDiagram.cpp \
MainWindow.cpp \
main.cpp \
SOURCES += \
nodes/DiagramDataNode.cpp \
nodes/DiagramSegmentsNode.cpp \
nodes/RadialTickmarksNode.cpp
HEADERS += \
Box.h \
BoxWithButtons.h \
CircularProgressBar.h \
CircularProgressBarSkinlet.h \
Diagram.h \
DiagramSkinlet.h \
GraphicProvider.h \
LightDisplaySkinlet.h \
LightDisplay.h \
MainContent.h \
MainWindow.h \
MenuBar.h \
MyDevices.h \
PieChart.h \
PieChartPainted.h \
PieChartSkinlet.h \
RoundedIcon.h \
ShadowedBox.h \
Skin.h \
TopBar.h \
RoundButton.h \
UsageBox.h \
UsageDiagram.h
HEADERS += \
nodes/DiagramDataNode.h \
nodes/DiagramSegmentsNode.h \
nodes/RadialTickmarksNode.h
RESOURCES += \
images.qrc \
fonts.qrc