source: trunk/tools/tools.pro@ 25

Last change on this file since 25 was 8, checked in by dmik, 20 years ago

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File size: 398 bytes
Line 
1TEMPLATE = subdirs
2no-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
14CONFIG+=ordered
15REQUIRES=full-config nocrosscompiler
Note: See TracBrowser for help on using the repository browser.