Small changes to the pro of quadrangulator

This commit is contained in:
Paolo Cignoni 2012-10-18 16:47:38 +00:00
parent c699766356
commit deea64827a
1 changed files with 2 additions and 5 deletions

View File

@ -4,11 +4,8 @@
COMISODIR = ../../../code/lib/CoMISo
COMISOBUILDDIR = $$COMISODIR/buildMACOSX
QT += core
QT -= gui
TARGET = miq
TEMPLATE = app
TARGET = quadrangulator
# This is needed by CoMISo
DEFINES += INCLUDE_TEMPLATES
@ -37,7 +34,7 @@ HEADERS += $$VCGLIBDIR/vcg/complex/algorithms/parametrization/distortion.h
HEADERS += $$VCGLIBDIR/wrap/io_trimesh/import_field.h
HEADERS += $$VCGLIBDIR/wrap/io_trimesh/export_field.h
SOURCES += $$VCGLIBDIR/wrap/ply/plylib.cpp
SOURCES += main.cpp
SOURCES += quadrangulator.cpp
win32{
# Awful problem with windows..