Revert "use QNanoPainter for circular graphs"
This reverts commit ba0263cb1c19462cc41063ec7087c95e176c8293. Try with QQuickPaintedItem instead for now.
This commit is contained in:
parent
7b54be2400
commit
8371a9c2d5
|
@ -24,6 +24,3 @@ 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