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:
Diffstat (limited to 'winpaths_static.pri')
-rwxr-xr-xwinpaths_static.pri24
1 files changed, 24 insertions, 0 deletions
diff --git a/winpaths_static.pri b/winpaths_static.pri
new file mode 100755
index 000000000..ddd0cc894
--- /dev/null
+++ b/winpaths_static.pri
@@ -0,0 +1,24 @@
+# winpaths_static.pri
+#
+# This file contains the default paths for Windows dependencies
+# when running in the win32-static build environment from the
+# mumble-releng repo.
+#
+# This file is included by winpaths_default.pri if the 'static'
+# config option is passed to qmake.
+#
+# 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 = %MUMBLE_PREFIX%/ZeroC-Ice
+BZIP2_PATH = %MUMBLE_PREFIX%/bzip2
+PROTOBUF_PATH = %MUMBLE_PREFIX%/protobuf-2.5.0
+OPENSSL_PATH = %MUMBLE_PREFIX%/OpenSSL
+LIBSNDFILE_PATH = %MUMBLE_PREFIX%/sndfile
+BOOST_PATH = %MUMBLE_PREFIX%/Boost
+BONJOUR_PATH = %MUMBLE_PREFIX%/bonjour
+ASIO_PATH = %MUMBLE_PREFIX%/asio
+G15SDK_PATH = %MUMBLE_PREFIX%/G15SDK/LCDSDK