##// END OF EJS Templates
do not enable example installs explicitly any more...
do not enable example installs explicitly any more it's done centrally now. Change-Id: I8e025df73f1bd1e5e5129cfb4cbcb40b044374bd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>

File last commit:

r2712:c544258484ff
r2894:d137ae33ccf0 5.6
Show More
audio.pro
15 lines | 245 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += multimedia
TARGET = audio
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
xyseriesiodevice.cpp
HEADERS += widget.h \
xyseriesiodevice.h