mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Mumble: more force-shared library builds.
This commit is contained in:
parent
ab15cc0425
commit
805e22d2cd
@ -12,6 +12,10 @@ TEMPLATE = lib
|
||||
CONFIG += plugin plugin_bundle
|
||||
CONFIG -= gui qt
|
||||
|
||||
CONFIG(static) {
|
||||
CONFIG -= static
|
||||
}
|
||||
|
||||
TARGET = MumbleOverlay
|
||||
QMAKE_INFO_PLIST = osax.plist
|
||||
|
||||
|
||||
@ -10,6 +10,10 @@ CONFIG(universal) {
|
||||
TEMPLATE = lib
|
||||
CONFIG -= gui qt
|
||||
|
||||
CONFIG(static) {
|
||||
CONFIG -= static
|
||||
}
|
||||
|
||||
TARGET = mumbleoverlay
|
||||
|
||||
QMAKE_LFLAGS_PLUGIN += -undefined dynamic_lookup -dynamic
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user