qt5base-lts/examples/dbus/dbus.pro
Kent Hansen 6b95e54f1f Fix compilation of examples with -no-widgets
Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-07 07:27:53 +02:00

18 lines
343 B
INI

TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong \
complexpingpong
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dbus-chat \
remotecontrolledcar
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
sources.files = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
INSTALLS += sources
QT += widgets