use QNanoPainter for circular graphs
This commit is contained in:
parent
f99007f7f9
commit
7b54be2400
|
@ -24,3 +24,6 @@ HEADERS += \
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
images.qrc \
|
images.qrc \
|
||||||
fonts.qrc
|
fonts.qrc
|
||||||
|
|
||||||
|
CONFIG -= pedantic
|
||||||
|
include(/home/peter/dev/qnanopainter/libqnanopainter/include.pri)
|
||||||
|
|
|
@ -34,7 +34,7 @@ CONFIG -= depend_includepath
|
||||||
|
|
||||||
CONFIG += strict_c++
|
CONFIG += strict_c++
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
CONFIG += pedantic
|
#CONFIG += pedantic
|
||||||
CONFIG += hide_symbols
|
CONFIG += hide_symbols
|
||||||
|
|
||||||
# CONFIG += debug
|
# CONFIG += debug
|
||||||
|
|
Loading…
Reference in New Issue