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 - - -################################################################################