11 lines
328 B
Prolog
11 lines
328 B
Prolog
|
DEPENDPATH += . ../../..
|
||
|
INCLUDEPATH += . ../../.. ../../../eigenlib
|
||
|
CONFIG += console c++11
|
||
|
TEMPLATE = app
|
||
|
# Mac specific Config required to avoid to make application bundles
|
||
|
CONFIG -= app_bundle
|
||
|
|
||
|
QMAKE_CXXFLAGS += -std=c++11
|
||
|
TARGET = trimesh_field_smoothing
|
||
|
SOURCES += trimesh_field_smoothing.cpp ../../../wrap/ply/plylib.cpp
|