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

Benchmark.pro « tests « src - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30a3376ee4152217d268479dcc4b7c515efc7b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../mumble.pri)

TEMPLATE = app
CONFIG *= qt thread warn_on network qtestlib debug
CONFIG -= app_bundle
QT *= network xml
LANGUAGE = C++
TARGET = Benchmark
SOURCES *= Benchmark.cpp Timer.cpp crypto/CryptStateOCB2.cpp
HEADERS *= Timer.h crypto/CryptState.h crypto/CryptStateOCB2.h
VPATH *= ..
INCLUDEPATH *= .. ../murmur ../mumble
!win32 {
  LIBS *= -lcrypto
}