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:
-rw-r--r--compiler.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler.pri b/compiler.pri
index 711b22b5f..453197432 100644
--- a/compiler.pri
+++ b/compiler.pri
@@ -4,7 +4,7 @@ win32 {
# Import dependency paths for windows
include(winpaths_default.pri)
- INCLUDEPATH *= "$$BOOST_PATH/include/boost-1_49/"
+ INCLUDEPATH *= "$$BOOST_PATH/include/boost-1_50/"
QMAKE_LIBDIR *= "$$OPENSSL_PATH/lib" "$$LIBSNDFILE_PATH/lib"
INCLUDEPATH *= "$$OPENSSL_PATH/include" "$$LIBSNDFILE_PATH/include"
CONFIG(intelcpp) {