diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2009-12-03 05:00:24 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-01-04 00:54:57 (GMT) |
commit | f7eb78d6b7cc0e07275ab64bec2743c5b2c0705f (patch) | |
tree | 1d71d597fe6dd54e8b7f68e41e74e90b8ef678a9 /src/plugins/bearer/bearer.pro | |
parent | 0bcb2788e1eb225e0e3babb4ca113bcb5769dfc2 (diff) | |
download | Qt-f7eb78d6b7cc0e07275ab64bec2743c5b2c0705f.zip Qt-f7eb78d6b7cc0e07275ab64bec2743c5b2c0705f.tar.gz Qt-f7eb78d6b7cc0e07275ab64bec2743c5b2c0705f.tar.bz2 |
Convert CoreWlan engine into a plugin.
Diffstat (limited to 'src/plugins/bearer/bearer.pro')
-rw-r--r-- | src/plugins/bearer/bearer.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/bearer.pro b/src/plugins/bearer/bearer.pro index 80d6f4b..58d2613 100644 --- a/src/plugins/bearer/bearer.pro +++ b/src/plugins/bearer/bearer.pro @@ -4,3 +4,4 @@ SUBDIRS += generic contains(QT_CONFIG, dbus):contains(QT_CONFIG, networkmanager):SUBDIRS += networkmanager win32:SUBDIRS += nla win32:!wince*:SUBDIRS += nativewifi +macx:SUBDIRS += corewlan |