From 1e4efbf395864206866299349405efe598b6271e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 9 Feb 2009 07:38:33 +0000 Subject: [PATCH] Removed main project files for subdivider and decimater git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@18 fdac6126-5c0c-442c-9429-916003d36597 --- Apps/Decimating/Decimating.pro | 15 --------------- Apps/Subdivider/Subdivider.pro | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 Apps/Decimating/Decimating.pro delete mode 100644 Apps/Subdivider/Subdivider.pro diff --git a/Apps/Decimating/Decimating.pro b/Apps/Decimating/Decimating.pro deleted file mode 100644 index 5b47fd3e..00000000 --- a/Apps/Decimating/Decimating.pro +++ /dev/null @@ -1,15 +0,0 @@ -################################################################################ -# -################################################################################ - -contains( OPENFLIPPER , OpenFlipper ){ - include( $$TOPDIR/qmake/all.include ) -} else { - include( $$TOPDIR/OpenMesh/qmake/all.include ) -} - -Subdirs() -SUBDIRS = commandline gui - - -################################################################################ diff --git a/Apps/Subdivider/Subdivider.pro b/Apps/Subdivider/Subdivider.pro deleted file mode 100644 index 1cab33be..00000000 --- a/Apps/Subdivider/Subdivider.pro +++ /dev/null @@ -1,15 +0,0 @@ -################################################################################ -# -################################################################################ - -contains( OPENFLIPPER , OpenFlipper ){ - include( $$TOPDIR/qmake/all.include ) -} else { - include( $$TOPDIR/OpenMesh/qmake/all.include ) -} - -Subdirs() -SUBDIRS = commandline commandlineAdaptive gui - - -################################################################################