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

Revision 1112, 2.0 KB checked in by bittner, 18 years ago (diff)

Merge with Olivers code

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
[1112]15win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib \
16  "d:/Programs/NVIDIA Corporation/Cg/lib" $$NONGTP/glut
17 
[364]18unix:LIBPATH += ../support/src/xerces-c-src_2_7_0/lib ../support/devil/lib /usr/lib/qt3/lib64
[170]19
[163]20#win32:LIBPATH += c:/STLport-4.6.2/lib
21
22# debuc config
[563]23CONFIG          += console warn_off thread release qt
[163]24
25# RELEASE CONFIG
[245]26#CONFIG         += windows warn_on thread release
[163]27
28# DEPENDPATH    = ../../include
29
[492]30QT += opengl
31
[1112]32win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib cg.lib cgGL.lib glew32.lib
33
[364]34unix:LIBS += -lxerces-c -lIL -lILU -lILUT
[170]35
[163]36# Input
[492]37HEADERS += Halton.h VssRay.h VssPreprocessor.h RssTree.h GlRenderer.h \
[505]38PreprocessorThread.h Preprocessor.h Beam.h
[163]39
[170]40
[163]41SOURCES += \
42Preprocessor.cpp SamplingPreprocessor.cpp ExactPreprocessor.cpp \
43KdTree.cpp Environment.cpp gzstream.cpp common.cpp \
44UnigraphicsParser.cpp X3dExporter.cpp SceneGraph.cpp Material.cpp \
45Matrix4x4.cpp Vector3.cpp AxisAlignedBox3.cpp Ray.cpp main.cpp Mesh.cpp \
[191]46Exporter.cpp Camera.cpp X3dParser.cpp MeshKdTree.cpp Pvs.cpp \
[245]47MutualVisibility.cpp Triangle3.cpp Rectangle3.cpp Plane3.cpp Polygon3.cpp \
[427]48ViewCell.cpp ViewCellBsp.cpp Halton.cpp VssRay.cpp VssTree.cpp VssPreprocessor.cpp \
[1112]49RenderSimulator.cpp RayInfo.cpp RssTree.cpp RssPreprocessor.cpp \
[492]50ViewCellsManager.cpp VspBspTree.cpp GlRenderer.cpp \
[718]51PreprocessorThread.cpp Renderer.cpp Beam.cpp ViewCellsParser.cpp Tetrahedron3.cpp \
[1112]52VrmlExporter.cpp PlyParser.cpp plyfile.c RenderSampler.cpp \
53GzBinFileInputStream.cpp  GzFileInputSource.cpp \
54OcclusionQuery.cpp VspOspTree.cpp LogManager.cpp \
55SamplingStrategy.cpp
[163]56
[1112]57#VspKdTree.cpp ResourceManager.cpp
Note: See TracBrowser for help on using the repository browser.