Mumble: more force-shared library builds.

This commit is contained in:
Mikkel Krautz 2012-07-21 18:00:15 +02:00
parent ab15cc0425
commit 805e22d2cd
3 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,10 @@ TEMPLATE = lib
CONFIG += plugin plugin_bundle
CONFIG -= gui qt
CONFIG(static) {
CONFIG -= static
}
TARGET = MumbleOverlay
QMAKE_INFO_PLIST = osax.plist

View File

@ -10,6 +10,10 @@ CONFIG(universal) {
TEMPLATE = lib
CONFIG -= gui qt
CONFIG(static) {
CONFIG -= static
}
TARGET = mumbleoverlay
QMAKE_LFLAGS_PLUGIN += -undefined dynamic_lookup -dynamic

View File

@ -5,6 +5,10 @@ CONFIG += plugin debug_and_release warn_on
CONFIG -= qt
DIST *= mumble_plugin.h
CONFIG(static) {
CONFIG -= static
}
CONFIG(debug, debug|release) {
CONFIG += console
DESTDIR = ../../debug/plugins