diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-03 01:02:23 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-03 07:01:01 (GMT) |
commit | 8f5c1dd293b046e7f51d12b767464345c253943f (patch) | |
tree | dea2c6bff1b6331360421d7ffa363911b4e35e25 /src/s60installs/s60installs.pro | |
parent | 130a461c07ed35d1aeb27c8110efca773773c614 (diff) | |
download | Qt-8f5c1dd293b046e7f51d12b767464345c253943f.zip Qt-8f5c1dd293b046e7f51d12b767464345c253943f.tar.gz Qt-8f5c1dd293b046e7f51d12b767464345c253943f.tar.bz2 |
Don't build generic bearer engine on Symbian.
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r-- | src/s60installs/s60installs.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index b763786..d0bd59e 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -121,7 +121,7 @@ symbian: { } bearer_plugins.path = c:$$QT_PLUGINS_BASE_DIR/bearer - bearer_plugins.sources += qgenericbearer.dll qsymbianbearer.dll + bearer_plugins.sources += qsymbianbearer.dll BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)" BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)" |