From 683fd0a125f5a1579d813ae71f9b4660a5071d8f Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Fri, 8 Dec 2023 16:04:19 -0800 Subject: [PATCH] fix old runner in-tree libdir --- src/cpp/runner/runnerapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/runner/runnerapp.cpp b/src/cpp/runner/runnerapp.cpp index f4861248..a98948ee 100644 --- a/src/cpp/runner/runnerapp.cpp +++ b/src/cpp/runner/runnerapp.cpp @@ -375,7 +375,7 @@ class RunnerApp::Private : public QObject } else { - if(QFile::exists("src/pushpin/pushpin.pro")) + if(QFile::exists("src/bin/pushpin.rs")) { // running in tree libDir = QFileInfo("src/runner").absoluteFilePath();