From 5f940253bfde4b5336ff13be063f64bd1c1dbe49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 11 Mar 2020 11:46:59 +0100 Subject: macOS: Merge qcore_mac cpp and mm files Files ending with .mm are Objective-C++ files, so we don't need a separate file for the C++ parts. Change-Id: I3ef52bc98291fd461b889978a538e81630d17c6e Reviewed-by: Timur Pocheptsov --- qmake/qmake.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/qmake.pro') diff --git a/qmake/qmake.pro b/qmake/qmake.pro index 745ee9b6af..53e0811098 100644 --- a/qmake/qmake.pro +++ b/qmake/qmake.pro @@ -231,7 +231,7 @@ unix { macos { SOURCES += \ qcore_foundation.mm \ - qcore_mac.cpp \ + qcore_mac.mm \ qoperatingsystemversion_darwin.mm \ qsettings_mac.cpp LIBS += \ -- cgit v1.2.3