Last change
on this file since 1077 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
625 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = calculatorform
|
---|
| 3 |
|
---|
| 4 | !static:SUBDIRS += calculatorbuilder \
|
---|
| 5 | containerextension \
|
---|
| 6 | customwidgetplugin \
|
---|
| 7 | taskmenuextension \
|
---|
| 8 | worldtimeclockbuilder \
|
---|
| 9 | worldtimeclockplugin
|
---|
| 10 |
|
---|
| 11 | # the sun cc compiler has a problem with the include lines for the form.prf
|
---|
| 12 | solaris-cc*:SUBDIRS -= calculatorbuilder \
|
---|
| 13 | worldtimeclockbuilder
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 | # install
|
---|
| 17 | sources.files = README *.pro
|
---|
| 18 | sources.path = $$[QT_INSTALL_EXAMPLES]/designer
|
---|
| 19 | INSTALLS += sources
|
---|
[561] | 20 |
|
---|
| 21 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.