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