From 8d828e5df019f51e59e08ee37fd875515d8bbfc5 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Fri, 15 Dec 2006 10:16:16 +0000 Subject: [PATCH] Added bzip2 library --- src/meshlabplugins/epoch_io/epoch_io.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/meshlabplugins/epoch_io/epoch_io.pro b/src/meshlabplugins/epoch_io/epoch_io.pro index 9e7f46cf4..df88a3cdc 100644 --- a/src/meshlabplugins/epoch_io/epoch_io.pro +++ b/src/meshlabplugins/epoch_io/epoch_io.pro @@ -1,6 +1,6 @@ TEMPLATE = lib CONFIG += plugin -INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include +INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include ../../../../code/lib/bzip2-1.0.3 FORMS = ui/v3dImportDialog.ui HEADERS = epoch_io.h \ @@ -26,6 +26,8 @@ TARGET = epoch_io DESTDIR = ../../meshlab/plugins QT += xml +win32-msvc.net:LIBS += ../../../../code/lib/bzip2-1.0.3/libbz2.lib +win32-msvc2005:LIBS += ../../../../code/lib/bzip2-1.0.3/libbz2.lib # the following line is needed to avoid mismatch between # the awful min/max macros of windows and the limits max