mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Support fully static build of murmur
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@473 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
parent
07531c5d43
commit
20d1771ce4
@ -2,6 +2,9 @@ include(../mumble.pri)
|
||||
|
||||
TEMPLATE =app
|
||||
CONFIG += network console
|
||||
CONFIG(static) {
|
||||
QMAKE_LFLAGS += -static
|
||||
}
|
||||
CONFIG -= gui
|
||||
QT += network sql
|
||||
QT -= gui
|
||||
|
||||
Loading…
Reference in New Issue
Block a user