source:
trunk/tools/tools.pro@
8
Last change on this file since 8 was 8, checked in by , 20 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | TEMPLATE = subdirs |
2 | no-png { |
3 | message("Tools not available without PNG support") |
4 | } else { |
5 | SUBDIRS = assistant/lib \ |
6 | designer \ |
7 | assistant \ |
8 | linguist |
9 | unix:SUBDIRS += qtconfig |
10 | ## @todo (dmik) temporary, until everything can be compiled on OS/2 |
11 | os2:SUBDIRS -= assistant assistant/lib |
12 | } |
13 | |
14 | CONFIG+=ordered |
15 | REQUIRES=full-config nocrosscompiler |
Note:
See TracBrowser
for help on using the repository browser.