##// END OF EJS Templates
Updated tools folder...
Updated tools folder Removed old build scripts, etc. Updated the demoLauncher. Change-Id: I64cee9c2b7c8e33ccee8310407bc28ae1001976d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2846:9d857959743f
Show More
polarcharttest.pro
19 lines | 325 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
Miikka Heikkinen
Add Polar chart support...
r2483 error( "Couldn't find the test.pri file!" )
}
Titta Heikkala
Remove unnecessary Qt version checks...
r2730 QT += core gui widgets
Miikka Heikkinen
Add Polar chart support...
r2483
TARGET = polarcharttest
TEMPLATE = app
Miikka Heikkinen
Fix mingw build errors...
r2552 INCLUDEPATH += .
Miikka Heikkinen
Add Polar chart support...
r2483
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui