##// END OF EJS Templates
test parallel
test parallel

File last commit:

r0:5db0360e1259 default
r6:1b9b32d0fd2e default
Show More
boxplottester.pro
18 lines | 292 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += charts
QT += core gui widgets
SOURCES += main.cpp \
mainwidget.cpp \
customtablemodel.cpp \
pentool.cpp
HEADERS += \
mainwidget.h \
customtablemodel.h \
pentool.h