2023-04-20 11:15:46 +02:00
|
|
|
############################################################################
|
2024-01-17 14:31:45 +01:00
|
|
|
# QSkinny - Copyright (C) The authors
|
2023-04-20 11:15:46 +02:00
|
|
|
# This file may be used under the terms of the 3-clause BSD License
|
|
|
|
############################################################################
|
|
|
|
|
|
|
|
qsk_add_example(charts
|
|
|
|
ChartSample.h ChartSample.cpp
|
|
|
|
CircularChartSkinlet.h CircularChartSkinlet.cpp
|
|
|
|
StackedChart.h StackedChart.cpp
|
|
|
|
CircularChart.h CircularChart.cpp
|
|
|
|
ChartView.h ChartView.cpp
|
|
|
|
main.cpp )
|