aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/buildablehelperlibrary.cpp
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2023-05-03 17:05:35 +0200
committerJarek Kobus <[email protected]>2023-05-04 05:52:26 +0000
commita0f6e8dc04291138ec2305fe7c02a0a460f57fac (patch)
treeebea45136401d266df5fa567b4dc0a00b70b9c68 /src/libs/utils/buildablehelperlibrary.cpp
parent470c95c94be58905bc3202d3b58175add5f576fa (diff)
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Follows QtcProcess -> Process rename. Change-Id: I97235a9a40cb7fd52944515b7ab878d96528f919 Reviewed-by: hjk <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/libs/utils/buildablehelperlibrary.cpp')
-rw-r--r--src/libs/utils/buildablehelperlibrary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/buildablehelperlibrary.cpp b/src/libs/utils/buildablehelperlibrary.cpp
index f4cb50b454f..cafd5b0452c 100644
--- a/src/libs/utils/buildablehelperlibrary.cpp
+++ b/src/libs/utils/buildablehelperlibrary.cpp
@@ -4,7 +4,7 @@
#include "buildablehelperlibrary.h"
#include "environment.h"
#include "hostosinfo.h"
-#include "qtcprocess.h"
+#include "process.h"
#include <QDebug>
#include <QRegularExpression>