diff options
author | axis <qt-info@nokia.com> | 2010-07-30 07:10:47 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-30 09:35:56 (GMT) |
commit | f937d985e9599c16e72b504c404bc8232787c98e (patch) | |
tree | bcfbb9519ef471da16cf9ec1345c34aa284a6cfc /src/plugins/bearer/symbian/3_1 | |
parent | 7e8073b37a8a3e58d82b71934f085ec8143935eb (diff) | |
download | Qt-f937d985e9599c16e72b504c404bc8232787c98e.zip Qt-f937d985e9599c16e72b504c404bc8232787c98e.tar.gz Qt-f937d985e9599c16e72b504c404bc8232787c98e.tar.bz2 |
Fixed additional case differences between Gnupoc and Symbian^3.
RevBy: Trust me
Diffstat (limited to 'src/plugins/bearer/symbian/3_1')
-rw-r--r-- | src/plugins/bearer/symbian/3_1/3_1.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/bearer/symbian/3_1/3_1.pro b/src/plugins/bearer/symbian/3_1/3_1.pro index 2d721a8..b7c6aef 100644 --- a/src/plugins/bearer/symbian/3_1/3_1.pro +++ b/src/plugins/bearer/symbian/3_1/3_1.pro @@ -1,5 +1,9 @@ include(../symbian.pri) -LIBS += -lapengine +is_using_gnupoc { + LIBS += -lapengine +} else { + LIBS += -lAPEngine +} TARGET = $${TARGET}_3_1 TARGET.UID3 = 0x2002131C |