source: trunk/tools/tools.pro@ 191

Last change on this file since 191 was 191, checked in by rudi, 14 years ago

Qt Assistant added

File size: 277 bytes
RevLine 
[2]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.