summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2011-09-15 12:43:22 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-26 16:05:36 +0200
commit37845c730d0a3462a4a7703d63a72f6aaab113bd (patch)
treeeab7e8ab19e85c0ed4bf45ebf7158db6ed1066d4
parent07107959ecb5f7956b6970132d955d0cafb66bff (diff)
Fix warning caused by putting .mm files in SOURCES
They should live in OBJECTIVE_SOURCES instead. Change-Id: Iaf3f6ae4d8b71600c8ea91e33cf860b326855988 Reviewed-on: http://codereview.qt-project.org/4971 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
-rw-r--r--config.tests/mac/coreservices/coreservices.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/mac/coreservices/coreservices.pro b/config.tests/mac/coreservices/coreservices.pro
index c9bf8eccd7..6f7c07a487 100644
--- a/config.tests/mac/coreservices/coreservices.pro
+++ b/config.tests/mac/coreservices/coreservices.pro
@@ -1,3 +1,3 @@
-SOURCES = coreservices.mm
+OBJECTIVE_SOURCES = coreservices.mm
LIBS += -framework CoreServices
CONFIG -= app_bundle qt