##// END OF EJS Templates
Compile issues...
Compile issues Couple addition to get stuff compiled Change-Id: I3bece10aaf7ea6876246a4fd50f06790862766ae Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2552:f2e3b33e0938
r2563:009957a16123
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