summaryrefslogtreecommitdiffstats
path: root/src/testlib/qxctestlogger.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qxctestlogger.mm')
-rw-r--r--src/testlib/qxctestlogger.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qxctestlogger.mm b/src/testlib/qxctestlogger.mm
index 9fa9da2fdd..d9e56cf542 100644
--- a/src/testlib/qxctestlogger.mm
+++ b/src/testlib/qxctestlogger.mm
@@ -189,7 +189,7 @@ private:
// Prevent XCTestProbe from re-launching runTests on application startup
[[NSNotificationCenter defaultCenter] removeObserver:[XCTestProbe class]
name:[NSString stringWithFormat:@"%@DidFinishLaunchingNotification",
- #if defined(Q_OS_OSX)
+ #if defined(Q_OS_MACOS)
@"NSApplication"
#else
@"UIApplication"