297bc47ad4
to make the source and install locations consistent Change-Id: Ifde8748eeab843b06bf79f941fa4789b5b68cca9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
18 lines
324 B
INI
18 lines
324 B
INI
TEMPLATE = subdirs
|
|
SUBDIRS = listnames \
|
|
pingpong \
|
|
complexpingpong
|
|
|
|
!contains(QT_CONFIG, no-widgets) {
|
|
SUBDIRS += chat \
|
|
remotecontrolledcar
|
|
}
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus
|
|
sources.files = *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus
|
|
INSTALLS += sources
|
|
|
|
QT += widgets
|