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

r2712:c544258484ff
r2714:929d943d1aab
Show More
boxplotchart.pro
13 lines | 218 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = boxplotchart
SOURCES += main.cpp \
boxdatareader.cpp
RESOURCES += \
boxplotdata.qrc
HEADERS += \
boxdatareader.h