Cleaned up the pro of two sample
This commit is contained in:
parent
2523982d4d
commit
c72396e6f7
|
@ -1,10 +1,3 @@
|
|||
include(../common.pri)
|
||||
TARGET = trimesh_ray
|
||||
LIBPATH +=
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += . ../../..
|
||||
CONFIG += console stl
|
||||
TEMPLATE = app
|
||||
SOURCES += trimesh_ray.cpp ../../../wrap/ply/plylib.cpp
|
||||
|
||||
# Mac specific Config required to avoid to make application bundles
|
||||
CONFIG -= app_bundle
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
include(../common.pri)
|
||||
TARGET = trimesh_split_vertex
|
||||
LIBPATH +=
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += . ../../..
|
||||
CONFIG += console stl
|
||||
TEMPLATE = app
|
||||
SOURCES += trimesh_split_vertex.cpp ../../../wrap/ply/plylib.cpp
|
||||
|
|
Loading…
Reference in New Issue