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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-02-28 14:15:55 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2008-02-28 14:15:55 +0300
commit6b75830378f6bd54250a34b481852067a80eb1fb (patch)
treea3540036335d35a4e537001c39e41539335224f1 /speexbuild
parent4c5f56d4c491480dfa3d49abb696ffaad86a3077 (diff)
Add SpeexMark.pro again
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@956 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/SpeexMark.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/speexbuild/SpeexMark.pro b/speexbuild/SpeexMark.pro
new file mode 100644
index 000000000..efbb3455b
--- /dev/null
+++ b/speexbuild/SpeexMark.pro
@@ -0,0 +1,11 @@
+TEMPLATE =app
+CONFIG += qt warn_on release
+QT -= gui
+TARGET = SpeexMark
+SOURCES = SpeexMark.cpp Timer.cpp
+HEADERS = Timer.h
+VPATH += ../src
+INCLUDEPATH = ../src ../speex/include
+LIBS += -lspeex
+QMAKE_LFLAGS += -L../release
+QMAKE_LFLAGS += -fprofile-generate