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>
This commit is contained in:
Tor Arne Vestbø 2011-09-15 12:43:22 +02:00 committed by Qt by Nokia
parent 07107959ec
commit 37845c730d

View File

@ -1,3 +1,3 @@
SOURCES = coreservices.mm
OBJECTIVE_SOURCES = coreservices.mm
LIBS += -framework CoreServices
CONFIG -= app_bundle qt