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

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

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