##// END OF EJS Templates
Add cmake support...
Add cmake support Auto test required for cmake are added to Charts. Change-Id: I00f63502214e086c15e49b168160323f5f40fbd0 Task-number: QTRD-2874 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2729:25ef6a257d39
Show More
boxplottester.pro
21 lines | 333 B | text/idl | PrologLexer
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 !include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
Titta Heikkala
Fix include syntax...
r2714 QT += charts
Titta Heikkala
Fix boxplottertester...
r2599 QT += core gui
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.cpp \
pentool.cpp
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548
HEADERS += \
mainwidget.h \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.h \
pentool.h