chartwidgettest.pro
15 lines
| 247 B
| text/idl
|
PrologLexer
Michal Klocek
|
r1200 | !include( ../tests.pri ) { | ||
Michal Klocek
|
r708 | error( "Couldn't find the test.pri file!" ) | ||
Tero Ahola
|
r60 | } | ||
Michal Klocek
|
r34 | |||
Tero Ahola
|
r48 | TEMPLATE = app | ||
Titta Heikkala
|
r2730 | QT += core gui opengl widgets | ||
Tero Ahola
|
r48 | |||
SOURCES += main.cpp \ | ||||
mainwidget.cpp \ | ||||
dataseriedialog.cpp | ||||
HEADERS += \ | ||||
mainwidget.h \ | ||||
dataseriedialog.h | ||||