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:
Thorvald Natvig 2007-06-12 15:49:32 +00:00
parent 07531c5d43
commit 20d1771ce4

View File

@ -2,6 +2,9 @@ include(../mumble.pri)
TEMPLATE =app
CONFIG += network console
CONFIG(static) {
QMAKE_LFLAGS += -static
}
CONFIG -= gui
QT += network sql
QT -= gui