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

winpaths_default.pri - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b34c18e30620109f990b32fca8299391e84f947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# winpaths_default.pri
#
# This file contains the default paths for Windows dependencies.
# If you want to customize them do NOT CHANGE THIS FILE but instead
# create a winpaths_custom.pri file in this directory and overwrite
# the variables you need to customize. Do NOT COMMIT your custom file
# to the repository.
#

ICE_PATH = %PROGPATH%/ZeroC/Ice-3.4.1
BZIP2_PATH = /dev/bzip2
PROTOBUF_PATH = /dev/protobuf-2.4.1
OPENSSL_PATH = /dev/OpenSSL
LIBSNDFILE_PATH = %PROGPATH%/Mega-Nerd/libsndfile
BOOST_PATH = /dev/Boost
VLD_PATH = %PROGPATH%/Visual Leak Detector
BONJOUR_PATH = %PROGRAMFILES%/Bonjour SDK
ASIO_PATH = /dev/asio
G15SDK_PATH = /dev/G15SDK/LCDSDK

# If we're building in win32-static, include
# winpaths_static.pri to override the defaults
# above.
CONFIG(static) {
	include(winpaths_static.pri)
}

# Include custom file if it exists
exists(winpaths_custom.pri) {
	include(winpaths_custom.pri)
}