From ecc971f9c57563492dcc08bc956f111250a75d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 9 Feb 2009 09:35:36 +0000 Subject: [PATCH] Simplified project file for commandlinedecimater git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@38 fdac6126-5c0c-442c-9429-916003d36597 --- .../Decimating/commandlineDecimater/commandlineDecimater.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Apps/Decimating/commandlineDecimater/commandlineDecimater.pro b/Apps/Decimating/commandlineDecimater/commandlineDecimater.pro index cda918c1..de785838 100644 --- a/Apps/Decimating/commandlineDecimater/commandlineDecimater.pro +++ b/Apps/Decimating/commandlineDecimater/commandlineDecimater.pro @@ -18,9 +18,6 @@ openmesh() DIRECTORIES = .. # Input -HEADERS += $$getFilesFromDir($$DIRECTORIES,*.hh) -SOURCES += $$getFilesFromDir($$DIRECTORIES,*.cc) -SOURCES -= ../decimaterviewer.cc -FORMS += $$getFilesFromDir($$DIRECTORIES,*.ui) +SOURCES += ../decimater.cc ################################################################################ -- GitLab