source: GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro @ 811

Revision 811, 1.8 KB checked in by bittner, 18 years ago (diff)

first merge after the svn server crash

RevLine 
[163]1TEMPLATE = app
2
3TARGET = preprocessor
4
[677]5NONGTP = ../../../../../../NonGTP
6
[163]7#win32:INCLUDEPATH += c:/STLport-4.6.2/stlport
[516]8win32:INCLUDEPATH += "d:/Programs/NVIDIA Corporation/Cg/include"
[163]9
[364]10unix:INCLUDEPATH += ../support/src/xerces-c-src_2_7_0/include
[170]11
[677]12INCLUDEPATH += ../src  $$NONGTP/Xerces/xerces/include  $$NONGTP/Zlib/include $$NONGTP/Boost $$NONGTP/Devil/include
[364]13
14
[677]15win32:LIBPATH += $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib "d:/Programs/NVIDIA Corporation/Cg/lib"
[364]16unix:LIBPATH += ../support/src/xerces-c-src_2_7_0/lib ../support/devil/lib /usr/lib/qt3/lib64
[170]17
[163]18#win32:LIBPATH += c:/STLport-4.6.2/lib
19
20# debuc config
[563]21CONFIG          += console warn_off thread release qt
[163]22
23# RELEASE CONFIG
[245]24#CONFIG         += windows warn_on thread release
[163]25
26# DEPENDPATH    = ../../include
27
[492]28QT += opengl
29
[516]30win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib cg.lib cgGL.lib
[364]31unix:LIBS += -lxerces-c -lIL -lILU -lILUT
[170]32
[163]33# Input
[492]34HEADERS += Halton.h VssRay.h VssPreprocessor.h RssTree.h GlRenderer.h \
[505]35PreprocessorThread.h Preprocessor.h Beam.h
[163]36
[170]37
[163]38SOURCES += \
39Preprocessor.cpp SamplingPreprocessor.cpp ExactPreprocessor.cpp \
40KdTree.cpp Environment.cpp gzstream.cpp common.cpp \
41UnigraphicsParser.cpp X3dExporter.cpp SceneGraph.cpp Material.cpp \
42Matrix4x4.cpp Vector3.cpp AxisAlignedBox3.cpp Ray.cpp main.cpp Mesh.cpp \
[191]43Exporter.cpp Camera.cpp X3dParser.cpp MeshKdTree.cpp Pvs.cpp \
[245]44MutualVisibility.cpp Triangle3.cpp Rectangle3.cpp Plane3.cpp Polygon3.cpp \
[427]45ViewCell.cpp ViewCellBsp.cpp Halton.cpp VssRay.cpp VssTree.cpp VssPreprocessor.cpp \
[450]46RenderSimulator.cpp VspKdTree.cpp RayInfo.cpp RssTree.cpp RssPreprocessor.cpp \
[492]47ViewCellsManager.cpp VspBspTree.cpp GlRenderer.cpp \
[718]48PreprocessorThread.cpp Renderer.cpp Beam.cpp ViewCellsParser.cpp Tetrahedron3.cpp \
[811]49VrmlExporter.cpp PlyParser.cpp plyfile.c RenderSampler.cpp
[163]50
Note: See TracBrowser for help on using the repository browser.