[rkward/work/frameworks-Mac] rkward: On Mac(Ports), qtpaths is in libexec, so use a different marker executable for locating KDE.

Thomas Friedrichsmeier null at kde.org
Wed Jun 7 15:34:21 UTC 2017


Git commit 9585a6289fe91ca8c4f3fb824388d1004147fb3b by Thomas Friedrichsmeier.
Committed on 07/06/2017 at 15:33.
Pushed by tfry into branch 'work/frameworks-Mac'.

On Mac(Ports), qtpaths is in libexec, so use a different marker executable for locating KDE.

M  +1    -1    rkward/main.cpp

https://commits.kde.org/rkward/9585a6289fe91ca8c4f3fb824388d1004147fb3b

diff --git a/rkward/main.cpp b/rkward/main.cpp
index fc8e5ad8..79d78707 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -271,7 +271,7 @@ int main (int argc, char *argv[]) {
 	}
 
 	// Locate KDE and RKWard installations
-	QString marker_exe_name ("qtpaths");    // Simply some file that should exist in the bin dir of a KDE installation on both Unix and Windows
+	QString marker_exe_name ("kreadconfig5");    // Simply some file that should exist in the bin dir of a KDE installation on both Unix and Windows
 	QString marker_exe = findExeAtPath (marker_exe_name, QDir::currentPath ());
 	if (marker_exe.isNull ()) marker_exe = findExeAtPath (marker_exe_name, app.applicationDirPath ());
 	if (marker_exe.isNull ()) marker_exe = findExeAtPath (marker_exe_name, QDir (app.applicationDirPath ()).filePath ("KDE/bin"));



More information about the rkward-tracker mailing list