diff options
Diffstat (limited to 'x11-libs/qt-assistant/files/qt-assistant-4.6-tools.patch')
-rw-r--r-- | x11-libs/qt-assistant/files/qt-assistant-4.6-tools.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11-libs/qt-assistant/files/qt-assistant-4.6-tools.patch b/x11-libs/qt-assistant/files/qt-assistant-4.6-tools.patch new file mode 100644 index 000000000000..b9f897dfdeab --- /dev/null +++ b/x11-libs/qt-assistant/files/qt-assistant-4.6-tools.patch @@ -0,0 +1,37 @@ +diff --git a/tools/tools.pro b/tools/tools.pro +index 4b36115..d3dd1a5 100644 +--- a/tools/tools.pro ++++ b/tools/tools.pro +@@ -4,31 +4,9 @@ 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 ++ qdoc3 + } + +-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)" |