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