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