source: trunk/tools/tools.pro@ 7

Last change on this file since 7 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 277 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}
11
12CONFIG+=ordered
13REQUIRES=full-config nocrosscompiler
Note: See TracBrowser for help on using the repository browser.