VEFViewer.pro
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 29 Jun 2006 09:29:01 -0400
changeset 7 8871c5317b90
parent 0 1168ca87fd4e
permissions -rw-r--r--
Highlight triangles, and draw points as spheres

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

HEADERS  = VEFViewer.h sphere.h
SOURCES  = VEFViewer.cpp sphere.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