boxplottester.pro
16 lines
| 241 B
| text/idl
|
PrologLexer
Mika Salmela
|
r2464 | !include( ../tests.pri ) { | ||
error( "Couldn't find the test.pri file!" ) | ||||
} | ||||
TEMPLATE = app | ||||
QT += core gui opengl | ||||
contains(QT_MAJOR_VERSION, 5) { | ||||
QT += widgets | ||||
} | ||||
SOURCES += main.cpp \ | ||||
mainwidget.cpp | ||||
HEADERS += \ | ||||
mainwidget.h | ||||