Cleaned up the pro of two sample

This commit is contained in:
Paolo Cignoni 2012-11-05 10:10:33 +00:00
parent 2523982d4d
commit c72396e6f7
2 changed files with 2 additions and 13 deletions

View File

@ -1,10 +1,3 @@
include(../common.pri)
TARGET = trimesh_ray TARGET = trimesh_ray
LIBPATH +=
DEPENDPATH += .
INCLUDEPATH += . ../../..
CONFIG += console stl
TEMPLATE = app
SOURCES += trimesh_ray.cpp ../../../wrap/ply/plylib.cpp SOURCES += trimesh_ray.cpp ../../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle

View File

@ -1,7 +1,3 @@
include(../common.pri)
TARGET = trimesh_split_vertex TARGET = trimesh_split_vertex
LIBPATH +=
DEPENDPATH += .
INCLUDEPATH += . ../../..
CONFIG += console stl
TEMPLATE = app
SOURCES += trimesh_split_vertex.cpp ../../../wrap/ply/plylib.cpp SOURCES += trimesh_split_vertex.cpp ../../../wrap/ply/plylib.cpp