Last change
on this file since 835 was 769, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 |
|
---|
| 3 | no-png {
|
---|
| 4 | message("Some graphics-related tools are unavailable without PNG support")
|
---|
| 5 | } else {
|
---|
| 6 | SUBDIRS += assistant \
|
---|
| 7 | pixeltool \
|
---|
| 8 | porting \
|
---|
[561] | 9 | qtestlib \
|
---|
| 10 | qttracereplay
|
---|
[2] | 11 | contains(QT_EDITION, Console) {
|
---|
| 12 | SUBDIRS += designer/src/uitools # Linguist depends on this
|
---|
| 13 | } else {
|
---|
| 14 | SUBDIRS += designer
|
---|
| 15 | }
|
---|
| 16 | SUBDIRS += linguist
|
---|
[561] | 17 | symbian: SUBDIRS = designer
|
---|
[2] | 18 | wince*: SUBDIRS = qtestlib designer
|
---|
| 19 | unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
|
---|
[561] | 20 | win32:!wince*:SUBDIRS += activeqt
|
---|
[2] | 21 | }
|
---|
| 22 |
|
---|
| 23 | mac {
|
---|
| 24 | SUBDIRS += macdeployqt
|
---|
| 25 | }
|
---|
| 26 |
|
---|
[561] | 27 | embedded:SUBDIRS += kmap2qmap
|
---|
| 28 |
|
---|
| 29 | contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger
|
---|
[2] | 30 | contains(QT_CONFIG, dbus):SUBDIRS += qdbus
|
---|
[769] | 31 | # We don't need these command line utilities on embedded platforms.
|
---|
| 32 | !wince*:!symbian:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator
|
---|
[2] | 33 | embedded: SUBDIRS += makeqpf
|
---|
| 34 |
|
---|
[561] | 35 | !wince*:!cross_compile:SUBDIRS += qdoc3
|
---|
| 36 |
|
---|
[2] | 37 | CONFIG+=ordered
|
---|
| 38 | QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.