diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-27 11:58:57 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-27 13:12:04 (GMT) |
commit | 63c068434c53c705aa61217b4cbd006bf4f49b76 (patch) | |
tree | 6e8f952c322f85cb2c2537356cd68cc70aa1b983 /src | |
parent | 48d19919cc82f637ee96873f81c957cdf9b84127 (diff) | |
download | Qt-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.pro | 3 |
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 |