Files
openmesh/src/OpenMesh/Apps/Subdivider/commandlineSubdivider/commandlineSubdivider.pro
Jan Möbius da999efc93 More changes due to directory updates
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@108 fdac6126-5c0c-442c-9429-916003d36597
2009-04-30 13:18:48 +00:00

16 lines
388 B
Prolog

################################################################################
#
################################################################################
include( $$TOPDIR/qmake/all.include )
INCLUDEPATH += ../../..
Application()
openmesh()
# Input
SOURCES += ../subdivider.cc
################################################################################