Files
openmesh/Apps/Subdivider/commandlineAdaptiveSubdivider/commandlineAdaptiveSubdivider.pro
Jan Möbius 324e394926 Changed project files
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@35 fdac6126-5c0c-442c-9429-916003d36597
2009-02-09 09:18:21 +00:00

20 lines
500 B
Prolog

################################################################################
#
################################################################################
contains( OPENFLIPPER , OpenFlipper ){
include( $$TOPDIR/qmake/all.include )
} else {
include( $$TOPDIR/OpenMesh/qmake/all.include )
}
INCLUDEPATH += ../../..
Application()
openmesh()
# Input
SOURCES += ../adaptive_subdivider.cc
################################################################################