mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@18 05730e5d-ab1b-0410-a4ac-84af385074fa
12 lines
297 B
Prolog
12 lines
297 B
Prolog
TEMPLATE =app
|
|
CONFIG += qt thread warn_on network release console
|
|
CONFIG -= gui
|
|
QT += network
|
|
TARGET = murmur
|
|
DBFILE = murmur.db
|
|
LANGUAGE = C++
|
|
RC_FILE = mumble.rc
|
|
FORMS =
|
|
HEADERS = Server.h Connection.h Player.h
|
|
SOURCES = murmur.cpp Message.cpp Connection.cpp Server.cpp Player.cpp
|