##// 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:

r1778:11f77f06f75b
r2642:d27532846d78
Show More
chartwidgettest.pro
18 lines | 291 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui opengl
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h