##// END OF EJS Templates
Copyright header changes...
Copyright header changes Copyright header changes for Qt 5.5. Change-Id: I2b8e9356997de2c87a7436bcefd4d0948d566259 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2776:bc1f6aa59d42
Show More
polarcharttest.pro
19 lines | 325 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui widgets
TARGET = polarcharttest
TEMPLATE = app
INCLUDEPATH += .
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui