##// END OF EJS Templates
Merge remote-tracking branch 'origin/5.7' into dev...
Merge remote-tracking branch 'origin/5.7' into dev Change-Id: I86dec1064d79704214e885681449ca347b193d66

File last commit:

r2834:77545ecc2ba8
r2895:e9a2e2a5e9c0 merge
Show More
openglseriestest.pro
19 lines | 353 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui widgets
TARGET = openglseriestest
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp \
datasource.cpp
HEADERS += mainwindow.h \
chartview.h \
datasource.h
FORMS += mainwindow.ui