diff -r 000000000000 -r 1918ee327afb tools/tools.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/tools.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,34 @@ +TEMPLATE = subdirs + +no-png { + message("Some graphics-related tools are unavailable without PNG support") +} else { + SUBDIRS += assistant \ + pixeltool \ + porting \ + qtestlib \ + qttracereplay + contains(QT_EDITION, Console) { + SUBDIRS += designer/src/uitools # Linguist depends on this + } else { + SUBDIRS += designer + } + SUBDIRS += linguist + symbian: SUBDIRS = designer + wince*: SUBDIRS = qtestlib designer + unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig + win32:!wince*:SUBDIRS += activeqt +} + +mac { + SUBDIRS += macdeployqt +} + +embedded:SUBDIRS += kmap2qmap + +contains(QT_CONFIG, dbus):SUBDIRS += qdbus +!wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator +embedded: SUBDIRS += makeqpf + +CONFIG+=ordered +QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"