dynamiclinechart.pro
16 lines
| 283 B
| text/idl
|
PrologLexer
Michal Klocek
|
r131 | !include( ../../common.pri ) { | ||
error( "Couldn't find the common.pri file!" ) | ||||
} | ||||
!include( ../../integrated.pri ) { | ||||
error( "Couldn't find the integrated.pri file !") | ||||
} | ||||
TARGET = dynamicLineChart | ||||
TEMPLATE = app | ||||
Michal Klocek
|
r145 | QT += core gui opengl | ||
Michal Klocek
|
r131 | SOURCES += main.cpp | ||
Michal Klocek
|
r133 | HEADERS += wavegenerator.h | ||
Michal Klocek
|
r131 | |||