feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform, and the KDE and Qt libraries and is under development since 1998. This and previous (devel/kdevplatform) were okay landry@.
17 lines
800 B
Plaintext
17 lines
800 B
Plaintext
$OpenBSD: patch-documentation_qthelp_qthelpqtdoc_cpp,v 1.1.1.1 2014/07/09 11:30:28 zhuk Exp $
|
|
--- documentation/qthelp/qthelpqtdoc.cpp.orig Sat Dec 7 22:51:45 2013
|
|
+++ documentation/qthelp/qthelpqtdoc.cpp Tue Jan 21 18:56:42 2014
|
|
@@ -39,9 +39,10 @@ QtHelpQtDoc::QtHelpQtDoc(QObject *parent, const QVaria
|
|
void QtHelpQtDoc::registerDocumentations()
|
|
{
|
|
QStringList qmakes;
|
|
- qmakes << KStandardDirs::findExe("qmake")
|
|
+ qmakes << KStandardDirs::findExe("qmake4")
|
|
<< KStandardDirs::findExe("qmake-qt4")
|
|
- << KStandardDirs::findExe("qmake-qt5");
|
|
+ << KStandardDirs::findExe("qmake-qt5")
|
|
+ << KStandardDirs::findExe("qmake");
|
|
if(!qmakes.isEmpty()) {
|
|
KProcess *p = new KProcess;
|
|
p->setOutputChannelMode(KProcess::MergedChannels);
|