##// END OF EJS Templates
Fix boxplottertester...
Fix boxplottertester OpenGL was unnecessarily added to the project. This caused the build to fail for VxWorks. The 'opengl' is removed from the project. Task-number: QTRD-2159 Change-Id: Ic330f7e65661affd024c5204ae425812aea42c41 Reviewed-by: Karim Pinter <karim.pinter@digia.com> Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2552:f2e3b33e0938
r2599:d8e784e0dd82
Show More
polarcharttest.pro
21 lines | 363 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = polarcharttest
TEMPLATE = app
INCLUDEPATH += .
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui