Removed main project files for subdivider and decimater

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@18 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-02-09 07:38:33 +00:00
parent 4162ef6c84
commit 1e4efbf395
2 changed files with 0 additions and 30 deletions

View File

@@ -1,15 +0,0 @@
################################################################################
#
################################################################################
contains( OPENFLIPPER , OpenFlipper ){
include( $$TOPDIR/qmake/all.include )
} else {
include( $$TOPDIR/OpenMesh/qmake/all.include )
}
Subdirs()
SUBDIRS = commandline gui
################################################################################