summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2010-10-27 11:58:57 (GMT)
committerTor Arne Vestbø <tor.arne.vestbo@nokia.com>2010-10-27 13:12:04 (GMT)
commit63c068434c53c705aa61217b4cbd006bf4f49b76 (patch)
tree6e8f952c322f85cb2c2537356cd68cc70aa1b983 /src
parent48d19919cc82f637ee96873f81c957cdf9b84127 (diff)
downloadQt-63c068434c53c705aa61217b4cbd006bf4f49b76.zip
Qt-63c068434c53c705aa61217b4cbd006bf4f49b76.tar.gz
Qt-63c068434c53c705aa61217b4cbd006bf4f49b76.tar.bz2
Don't put Objective-C sources in SOURCES
Reviewed-by: Alexis Ménard <alexis.menard@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/bearer/corewlan/corewlan.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/bearer/corewlan/corewlan.pro b/src/plugins/bearer/corewlan/corewlan.pro
index 922a501..22ad550 100644
--- a/src/plugins/bearer/corewlan/corewlan.pro
+++ b/src/plugins/bearer/corewlan/corewlan.pro
@@ -16,9 +16,10 @@ HEADERS += qcorewlanengine.h \
../qbearerengine_impl.h
SOURCES += main.cpp \
- qcorewlanengine.mm \
../qnetworksession_impl.cpp
+OBJECTIVE_SOURCES += qcorewlanengine.mm
+
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target