summaryrefslogtreecommitdiffstats
path: root/tools/devtool/binaryreplace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/devtool/binaryreplace.cpp')
-rw-r--r--tools/devtool/binaryreplace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/devtool/binaryreplace.cpp b/tools/devtool/binaryreplace.cpp
index 7497f2199..97dac37d2 100644
--- a/tools/devtool/binaryreplace.cpp
+++ b/tools/devtool/binaryreplace.cpp
@@ -99,7 +99,7 @@ int BinaryReplace::replace(const QString &source, const QString &target)
result = EXIT_FAILURE;
try {
QFile installerBaseNew(newInstallerBasePath);
-#ifndef Q_OS_OSX
+#ifndef Q_OS_MACOS
QFile installerBaseOld(target);
QInstaller::openForAppend(&installerBaseNew);