From 8371a9c2d5d529cc49ef3683efaf8c2ff344baa5 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 17 Jun 2020 17:07:26 +0200 Subject: [PATCH] Revert "use QNanoPainter for circular graphs" This reverts commit ba0263cb1c19462cc41063ec7087c95e176c8293. Try with QQuickPaintedItem instead for now. --- examples/iot-dashboard/iot-dashboard.pro | 3 --- features/qskconfig.pri | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/iot-dashboard/iot-dashboard.pro b/examples/iot-dashboard/iot-dashboard.pro index 57564edc..af30c8e4 100644 --- a/examples/iot-dashboard/iot-dashboard.pro +++ b/examples/iot-dashboard/iot-dashboard.pro @@ -24,6 +24,3 @@ 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 7140f95d..e4dea99a 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