diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2010-03-07 19:04:19 (GMT) |
---|---|---|
committer | Lorn Potter <lorn.potter@nokia.com> | 2010-03-07 19:04:19 (GMT) |
commit | 4e605d83b5966b08a82eb54e733c2f37bca6b5d6 (patch) | |
tree | 2a51e6a9ef9d9d903f7dfd27a536f8c7ab6c60ea /src | |
parent | 670b1cfccd68a69e03544adff5dea1a21dc2b339 (diff) | |
download | Qt-4e605d83b5966b08a82eb54e733c2f37bca6b5d6.zip Qt-4e605d83b5966b08a82eb54e733c2f37bca6b5d6.tar.gz Qt-4e605d83b5966b08a82eb54e733c2f37bca6b5d6.tar.bz2 |
don't try to build corewlan plugin when corewlan was not found at configure
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/bearer/bearer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/bearer.pro b/src/plugins/bearer/bearer.pro index 7ba62b3..a67c8f6 100644 --- a/src/plugins/bearer/bearer.pro +++ b/src/plugins/bearer/bearer.pro @@ -6,7 +6,7 @@ TEMPLATE = subdirs #win32:SUBDIRS += nla win32:SUBDIRS += generic win32:!wince*:SUBDIRS += nativewifi -macx:SUBDIRS += corewlan +macx:contains(QT_CONFIG, corewlan):SUBDIRS += corewlan macx:SUBDIRS += generic symbian:SUBDIRS += symbian maemo6:contains(QT_CONFIG, dbus):SUBDIRS += icd |