##// END OF EJS Templates
Merge remote-tracking branch 'origin/5.6' into 5.7...
Merge remote-tracking branch 'origin/5.6' into 5.7 Conflicts: .qmake.conf README src/charts/qchartglobal.h Change-Id: I20497b20947f589f9f73239a09ba6ea013b3597a

File last commit:

r2828:7557d1ea51b5
r2878:97bb01ce5d85 merge
Show More
chartwidgettest.pro
15 lines | 243 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
Michal Klocek
Adds shadow build support
r708 error( "Couldn't find the test.pri file!" )
Tero Ahola
Added size factor property to pie
r60 }
Michal Klocek
Add test to common build
r34
Tero Ahola
Resizing of QGraphicItems now possible by resize signal from QChart
r48 TEMPLATE = app
Miikka Heikkinen
Fix label clipping issues using QOpenGLWidget as ChartView viewport...
r2828 QT += core gui widgets
Tero Ahola
Resizing of QGraphicItems now possible by resize signal from QChart
r48
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h