git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@108 fdac6126-5c0c-442c-9429-916003d36597
16 lines
388 B
Prolog
16 lines
388 B
Prolog
################################################################################
|
|
#
|
|
################################################################################
|
|
|
|
include( $$TOPDIR/qmake/all.include )
|
|
|
|
INCLUDEPATH += ../../..
|
|
|
|
Application()
|
|
openmesh()
|
|
|
|
# Input
|
|
SOURCES += ../subdivider.cc
|
|
|
|
################################################################################
|