forked from mumble-voip/mumble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinpaths_default.pri
31 lines (28 loc) · 909 Bytes
/
winpaths_default.pri
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)
}