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 'compiler.pri')
-rw-r--r--compiler.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler.pri b/compiler.pri
index 85481bbf4..d6747e2f3 100644
--- a/compiler.pri
+++ b/compiler.pri
@@ -1,6 +1,7 @@
CONFIG *= warn_on
win32 {
+ INCLUDEPATH *= /dev/WinSDK/include /dev/dxsdk/Include /dev/Boost/include/boost-1_36
CONFIG(intelcpp) {
DEFINES *= RESTRICT=restrict
DEFINES *= VAR_ARRAYS
@@ -68,6 +69,10 @@ win32 {
}
macx {
+ # Common include paths for boost 1.34
+ INCLUDEPATH *= /usr/local/include/boost-1_34_1/
+ INCLUDEPATH *= /opt/local/include/boost-1_34_1/
+
ARCH=$$system(uname -m)
X86ARCH=$$find(ARCH, i[3456]86) $$find(ARCH, x86_64)