##// END OF EJS Templates
Fix include syntax...
Fix include syntax The includes for the whole project are changed to syntax: '#include <module/class> Change-Id: If32f8b6c3f47516ad6bc30ed40789ea9042d5664 Task-number: QTRD-3373 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2714:929d943d1aab
Show More
boxplottester.pro
21 lines | 333 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += charts
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
customtablemodel.cpp \
pentool.cpp
HEADERS += \
mainwidget.h \
customtablemodel.h \
pentool.h