From 7b54be24009c6834e2d685c69c881001f0391660 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Fri, 12 Jun 2020 17:13:42 +0200 Subject: [PATCH] use QNanoPainter for circular graphs --- examples/iot-dashboard/iot-dashboard.pro | 3 +++ features/qskconfig.pri | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/iot-dashboard/iot-dashboard.pro b/examples/iot-dashboard/iot-dashboard.pro index af30c8e4..57564edc 100644 --- a/examples/iot-dashboard/iot-dashboard.pro +++ b/examples/iot-dashboard/iot-dashboard.pro @@ -24,3 +24,6 @@ HEADERS += \ RESOURCES += \ images.qrc \ fonts.qrc + +CONFIG -= pedantic +include(/home/peter/dev/qnanopainter/libqnanopainter/include.pri) diff --git a/features/qskconfig.pri b/features/qskconfig.pri index e4dea99a..7140f95d 100644 --- a/features/qskconfig.pri +++ b/features/qskconfig.pri @@ -34,7 +34,7 @@ CONFIG -= depend_includepath CONFIG += strict_c++ CONFIG += c++11 -CONFIG += pedantic +#CONFIG += pedantic CONFIG += hide_symbols # CONFIG += debug