File: general.pri

package info (click to toggle)
meshlab 1.3.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,096 kB
  • ctags: 33,630
  • sloc: cpp: 224,813; ansic: 8,170; xml: 119; makefile: 80
file content (26 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (3)
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
# this is the common include for anything compiled inside the meshlab pro

VCGDIR = ../../../vcglib
GLEWDIR = ../external/glew-1.7.0

#mac:QMAKE_CXX = g++-4.2
macx:QMAKE_CXX=clang++

# uncomment to try Eigen
# DEFINES += VCG_USE_EIGEN
# CONFIG += warn_off


#macx:QMAKE_CXX=g++-4.2
macx:QMAKE_CXX=clang++
macx: {
  contains(QMAKE_CXX,clang++) {
    MACLIBDIR = ../../external/lib/macx64
    } else {
    MACLIBDIR = ../../external/lib/macx32
  }
}

# the following line is needed to avoid mismatch between
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX