audio.pro
13 lines
| 234 B
| text/idl
|
PrologLexer
Marek Rosa
|
r2155 | !include( ../demos.pri ):error( "Couldn't find the demos.pri file!" ) | ||
QT += multimedia | ||||
TARGET = audio | ||||
TEMPLATE = app | ||||
SOURCES += main.cpp\ | ||||
widget.cpp \ | ||||
xyseriesiodevice.cpp | ||||
HEADERS += widget.h \ | ||||
xyseriesiodevice.h | ||||