2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = listnames \
|
|
|
|
pingpong \
|
|
|
|
complexpingpong
|
|
|
|
|
|
|
|
!contains(QT_CONFIG, no-gui) {
|
|
|
|
SUBDIRS += dbus-chat \
|
|
|
|
remotecontrolledcar
|
|
|
|
}
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
|
|
|
|
sources.files = *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
|
|
|
|
INSTALLS += sources
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|