diff options
author | axis <qt-info@nokia.com> | 2009-09-04 12:23:11 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 15:33:00 (GMT) |
commit | 267fe3cf638add295da001ff71116f1a00f96866 (patch) | |
tree | 19a2050c6f6f9de29a20b0074336b8e37bb26ea8 /mkspecs | |
parent | 6475ca960a3d04eb591338801073db4d2a38b715 (diff) | |
download | Qt-267fe3cf638add295da001ff71116f1a00f96866.zip Qt-267fe3cf638add295da001ff71116f1a00f96866.tar.gz Qt-267fe3cf638add295da001ff71116f1a00f96866.tar.bz2 |
Added QMAKE_PREFIX_SHLIB and QMAKE_SYMBIAN_SHLIB support.
The first enables you to use a prefix in front of the library. It is
by default enabled for all platforms which previously used "lib", and
on Symbian it is set to the empty string.
The second variable enables Symbian style linking, where you link
to a stub .lib file, but the actual runtime library is .dll.
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/common/unix.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/unix.conf b/mkspecs/common/unix.conf index 4cb171e..75e3b9f 100644 --- a/mkspecs/common/unix.conf +++ b/mkspecs/common/unix.conf @@ -9,3 +9,4 @@ QMAKE_YACCFLAGS += -d QMAKE_YACCFLAGS_MANGLE += -p $base -b $base QMAKE_YACC_HEADER = $base.tab.h QMAKE_YACC_SOURCE = $base.tab.c +QMAKE_PREFIX_SHLIB = lib |