mumble/speexbuild/AGC.pro
Thorvald Natvig 1355a0a0be AGC tests
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1145 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-05-09 14:32:26 +00:00

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