diff options
Diffstat (limited to 'tqtinterface/qt4/tools/tools.pro')
-rw-r--r-- | tqtinterface/qt4/tools/tools.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tqtinterface/qt4/tools/tools.pro b/tqtinterface/qt4/tools/tools.pro new file mode 100644 index 0000000..1192059 --- /dev/null +++ b/tqtinterface/qt4/tools/tools.pro @@ -0,0 +1,19 @@ +TEMPLATE = subdirs +no-png { + message("Tools not available without PNG support") +} else { + +# SUBDIRS = assistant/lib \ +# designer \ +# assistant \ +# linguist + + SUBDIRS = assistant/lib \ + designer \ + assistant + + unix:SUBDIRS += qtconfig +} + +CONFIG+=ordered +REQUIRES=full-config |