source: trunk/examples/dbus/dbus.pro@ 846

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 375 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = listnames \
3 pingpong \
4 complexpingpong
5
6!contains(QT_CONFIG, no-gui) {
7 SUBDIRS += dbus-chat \
8 remotecontrolledcar
9}
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/dbus
13sources.files = *.pro
14sources.path = $$[QT_INSTALL_EXAMPLES]/dbus
15INSTALLS += sources
16
17symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.