diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:30:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:30:38 +0000 |
commit | d56984b0567867dd57ecb27fe0c508025c2426c5 (patch) | |
tree | eb02dac4e0d7e5129ffac4c76b935a76a7e66676 /devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp | |
parent | Chase changes in distinfo too! (diff) |
- Update to qt 4.4.1
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
Diffstat (limited to 'devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp')
-rw-r--r-- | devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp b/devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp new file mode 100644 index 000000000000..7535c1c2633b --- /dev/null +++ b/devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp @@ -0,0 +1,11 @@ +--- ./tools/linguist/linguist/trwindow.cpp.orig 2008-04-28 17:11:21.000000000 +0400 ++++ ./tools/linguist/linguist/trwindow.cpp 2008-06-17 01:02:02.000000000 +0400 +@@ -939,7 +939,7 @@ + if (m_assistantProcess->state() != QProcess::Running) { + QString app = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator(); + #if !defined(Q_OS_MAC) +- app += QLatin1String("assistant"); ++ app += QLatin1String("assistant-qt4"); + #else + app += QLatin1String("Assistant.app/Contents/MacOS/Assistant"); + #endif |