Cleaning up the old metro app
This commit is contained in:
parent
eb8baaeee0
commit
155f48a25c
|
@ -1,11 +1,9 @@
|
|||
|
||||
TARGET = metro
|
||||
LIBPATH +=
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += . ../..
|
||||
CONFIG += console stl
|
||||
TEMPLATE = app
|
||||
HEADERS += defs.h sampling.h mesh_type.h
|
||||
HEADERS += sampling.h
|
||||
SOURCES += metro.cpp ../../wrap/ply/plylib.cpp
|
||||
|
||||
# Mac specific Config required to avoid to make application bundles
|
||||
|
|
Loading…
Reference in New Issue