Last change
on this file since 555 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
560 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.