TEMPLATE = subdirs # These examples all need widgets for now (using creator templates that use widgets) !isEmpty(QT.widgets.name) { SUBDIRS += \ radio \ camera \ spectrum \ audiorecorder \ audiodevices \ audioinput \ audiooutput \ videographicsitem \ videowidget \ player contains(QT_CONFIG, declarative) { disabled:SUBDIRS += declarative-camera SUBDIRS += \ declarative-radio \ video } QT += widgets } contains(config_test_openal, yes): SUBDIRS += audioengine