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