Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ResampMark.pro « speexbuild - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e50b9460a77d913fda5cb03d926d9fcad049397a (plain)
1
2
3
4
5
6
7
8
9
10
11
include(../compiler.pri)

TEMPLATE	=app
CONFIG  += qt warn_on release console
QT -= gui
TARGET = ResampMark
SOURCES = ResampMark.cpp
HEADERS = Timer.h
INCLUDEPATH = ../src ../speex/include
LIBS += -lspeex
LIBPATH += ../release