boxplottester.pro
20 lines
| 320 B
| text/idl
|
PrologLexer
Mika Salmela
|
r2548 | !include( ../tests.pri ) { | ||
error( "Couldn't find the test.pri file!" ) | ||||
} | ||||
TEMPLATE = app | ||||
Titta Heikkala
|
r2599 | QT += core gui | ||
Mika Salmela
|
r2548 | contains(QT_MAJOR_VERSION, 5) { | ||
QT += widgets | ||||
} | ||||
SOURCES += main.cpp \ | ||||
mainwidget.cpp \ | ||||
Mika Salmela
|
r2566 | customtablemodel.cpp \ | ||
pentool.cpp | ||||
Mika Salmela
|
r2548 | |||
HEADERS += \ | ||||
mainwidget.h \ | ||||
Mika Salmela
|
r2566 | customtablemodel.h \ | ||
pentool.h | ||||