VEFViewer.pro
author Dmitriy Morozov <morozov@cs.duke.edu>
Mon, 12 Jun 2006 14:43:47 -0400
changeset 2 f3516f064329
parent 0 1168ca87fd4e
child 7 8871c5317b90
permissions -rw-r--r--
Triangles stored explicitly, selection, normals computed explicitly, lights under control

TEMPLATE = app
TARGET   = VEFViewer
CONFIG  += qt opengl warn_on release thread

HEADERS  = VEFViewer.h
SOURCES  = VEFViewer.cpp main.cpp
FORMS   *= viewerInterface.Qt4.ui

# The rest of this configuration file is pretty complex since it tries to automatically
# detect system paths and configuration. In your applications, you can probably simply use:
unix:LIBS *= -lQGLViewer
win32:LIBS *= QGLViewer222.lib (with Visual 6, use QGLViewer2.lib or QGLViewer.lib instead)

# Used by Qt4 only. Adds appropriate include paths.
QT += xml opengl