More changes due to directory updates
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@108 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -2,22 +2,22 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
contains( OPENFLIPPER , OpenFlipper ){
|
||||
include( $$TOPDIR/qmake/all.include )
|
||||
} else {
|
||||
include( $$TOPDIR/OpenMesh/qmake/all.include )
|
||||
}
|
||||
include( $$TOPDIR/qmake/all.include )
|
||||
|
||||
Library()
|
||||
|
||||
contains( OPENFLIPPER , OpenFlipper ){
|
||||
DESTDIR = $${TOPDIR}/OpenMesh/lib
|
||||
} else {
|
||||
DESTDIR = $${TOPDIR}/lib
|
||||
}
|
||||
|
||||
|
||||
DIRECTORIES = . Geometry IO IO/exporter IO/importer IO/reader IO/writer \
|
||||
Mesh Mesh/gen System Utils
|
||||
|
||||
INCLUDEPATH += ../..
|
||||
|
||||
|
||||
DESTDIR = $${TOPDIR}/lib
|
||||
|
||||
CONFIG( debug, debug|release ){
|
||||
TARGET = OpenMeshCored
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user