include(qextendconfig.pri) TEMPLATE = subdirs CONFIG += ordered SUBDIRS = src contains( QEXTEND , qml ) { SUBDIRS += qml } contains( QEXTEND , demos ) { SUBDIRS += demos } contains( QEXTEND , tests ) { SUBDIRS += tests }