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@1145 05730e5d-ab1b-0410-a4ac-84af385074fa
12 lines
213 B
Prolog
12 lines
213 B
Prolog
include(../compiler.pri)
|
|
|
|
TEMPLATE =app
|
|
CONFIG += qt warn_on release console
|
|
QT -= gui
|
|
TARGET = AGC
|
|
SOURCES = AGC.cpp
|
|
HEADERS = Timer.h
|
|
INCLUDEPATH = ../src ../speex/include
|
|
LIBS += -lspeex
|
|
LIBPATH += ../release
|