mumble/winpaths_default.pri

23 lines
763 B
Plaintext

# 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 = /Program Files (x86)/ZeroC/Ice-3.4.1
PROTOBUF_PATH = /dev/protobuf-2.4.1
OPENSSL_PATH = /dev/OpenSSL
LIBSNDFILE_PATH = /Program Files (x86)/Mega-Nerd/libsndfile
BOOST_PATH = /dev/Boost
VLD_PATH = /Program Files (x86)/Visual Leak Detector
BONJOUR_PATH = /Program Files/Bonjour SDK
ASIO_PATH = /dev/asio
G15SDK_PATH = /dev/G15SDK/LCDSDK
# Include custom file if it exists
exists(winpaths_custom.pri) {
include(winpaths_custom.pri)
}