summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/unix.conf
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-09-04 12:23:11 (GMT)
committeraxis <qt-info@nokia.com>2009-10-23 15:33:00 (GMT)
commit267fe3cf638add295da001ff71116f1a00f96866 (patch)
tree19a2050c6f6f9de29a20b0074336b8e37bb26ea8 /mkspecs/common/unix.conf
parent6475ca960a3d04eb591338801073db4d2a38b715 (diff)
downloadQt-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/common/unix.conf')
-rw-r--r--mkspecs/common/unix.conf1
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