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