mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 10:34:41 +00:00
added a mac:LIBS += -lbz2 to the pro of the arc3d plugin
This commit is contained in:
parent
ad8f2354cd
commit
fcedfdc7a0
@ -6,25 +6,25 @@ FORMS = ui/v3dImportDialog.ui
|
||||
HEADERS += edit_arc3D.h \
|
||||
edit_arc3D_factory.h \
|
||||
arc3D_reconstruction.h \
|
||||
arc3D_camera.h \
|
||||
arc3D_camera.h \
|
||||
radial_distortion.h\
|
||||
v3dImportDialog.h \
|
||||
scalar_image.h \
|
||||
maskRenderWidget.h \
|
||||
maskImageWidget.h \
|
||||
fillImage.h
|
||||
|
||||
maskRenderWidget.h \
|
||||
maskImageWidget.h \
|
||||
fillImage.h
|
||||
|
||||
SOURCES += edit_arc3D.cpp \
|
||||
edit_arc3D_factory.cpp \
|
||||
edit_arc3D_factory.cpp \
|
||||
arc3D_camera.cpp \
|
||||
radial_distortion.cpp \
|
||||
scalar_image.cpp \
|
||||
v3dImportDialog.cpp \
|
||||
v3dImportDialog.cpp \
|
||||
maskRenderWidget.cpp \
|
||||
maskImageWidget.cpp \
|
||||
fillImage.cpp \
|
||||
$$VCGDIR/wrap/ply/plylib.cpp
|
||||
|
||||
$$VCGDIR/wrap/ply/plylib.cpp
|
||||
|
||||
TARGET = edit_arc3D
|
||||
RESOURCES = edit_arc3D.qrc
|
||||
|
||||
@ -36,6 +36,7 @@ win32-g++:LIBS += ../../external/lib/win32-gcc/libbz2.a
|
||||
linux-g++:LIBS += ../../external/lib/linux-g++/libbz2.a
|
||||
linux-g++-32:LIBS += ../../external/lib/linux-g++-32/libbz2.a
|
||||
linux-g++-64:LIBS += ../../external/lib/linux-g++-64/libbz2.a
|
||||
mac:LIBS += -lbz2
|
||||
|
||||
win32-msvc2005:INCLUDEPATH += ../../external/bzip2-1.0.5
|
||||
win32-msvc2008:INCLUDEPATH += ../../external/bzip2-1.0.5
|
||||
@ -47,11 +48,10 @@ linux-g++:INCLUDEPATH += ../../external/bzip2-1.0.5
|
||||
linux-g++-32:INCLUDEPATH += ../../external/bzip2-1.0.5
|
||||
linux-g++-64:INCLUDEPATH += ../../external/bzip2-1.0.5
|
||||
|
||||
mac:LIBS += -lbz2
|
||||
|
||||
CONFIG(release, debug|release) {
|
||||
win32-g++:release:QMAKE_CXXFLAGS -= -O2
|
||||
win32-g++:release:QMAKE_CFLAGS -= -O2
|
||||
win32-g++:release:QMAKE_CXXFLAGS += -O3 -mtune=pentium3 -ffast-math
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user