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

20 lines
491 B
Prolog

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