Last change
on this file since 239 was 233, checked in by Dmitry A. Kuminov, 16 years ago |
tools: Enabled building of linguist, lrelease, lupdate and lconvert on OS/2.
|
File size:
938 bytes
|
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 \
|
---|
| 9 | qtestlib
|
---|
| 10 | contains(QT_EDITION, Console) {
|
---|
| 11 | SUBDIRS += designer/src/uitools # Linguist depends on this
|
---|
| 12 | } else {
|
---|
| 13 | SUBDIRS += designer
|
---|
| 14 | }
|
---|
| 15 | SUBDIRS += linguist
|
---|
| 16 | wince*: SUBDIRS = qtestlib designer
|
---|
| 17 | unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
|
---|
| 18 | win32:!wince*:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | mac {
|
---|
| 22 | SUBDIRS += macdeployqt
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | contains(QT_CONFIG, dbus):SUBDIRS += qdbus
|
---|
| 26 | !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
|
---|
| 27 | embedded: SUBDIRS += makeqpf
|
---|
| 28 |
|
---|
| 29 | CONFIG+=ordered
|
---|
| 30 | QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"
|
---|
[233] | 31 |
|
---|
| 32 | os2 {
|
---|
| 33 | # only enable linguist and tools so far
|
---|
| 34 | SUBDIRS = designer/src/uitools linguist
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.