##// END OF EJS Templates
Remove unnecessary qdocinc file...
Remove unnecessary qdocinc file Font documentation is part of Qt documentation thus the font.qdocinc is not needed. Task-number: QTRD-2492 Change-Id: I66ac74ab0d7ef52168ab9b691af9bab3482ea62c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2552:f2e3b33e0938
r2642:d27532846d78
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