Ignore:
Timestamp:
01/09/08 11:14:26 (17 years ago)
Author:
bittner
Message:

Havran Ray Caster compiles and links, but still does not work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro

    r2575 r2582  
    11CONFIG += release 
     2#CONFIG += debug 
    23CONFIG += console warn_off thread mlrt qt 
    34 
    45TEMPLATE = app 
     6 
     7#CONFIG -= qt 
    58 
    69TARGET = preprocessor 
     
    8285CONFIG(qt) { 
    8386win32:LIBS += cg.lib cgGL.lib 
    84 DEFINES += USE_QT 
     87#DEFINES += USE_QT 
    8588} 
    8689 
     
    117120Timer/BenchTimer.cpp Timer/merror.cpp \ 
    118121Intersectable.cpp TraversalTree.cpp ObjectPvs.cpp ObjectsParser.cpp \ 
    119 FilterBasedDistribution.cpp DifferenceSampling.cpp HavranRayCaster.cpp 
     122FilterBasedDistribution.cpp DifferenceSampling.cpp HavranRayCaster.cpp \ 
     123OcclusionQuery.cpp  
    120124 
    121125 
    122126SOURCES += BoostPreprocessorThread.cpp  
    123127 
     128INCLUDEPATH+=havran 
     129SOURCES += havran/allocgo2.cpp havran/ktbai.cpp havran/ktbtrav.cpp \ 
     130havran/ktb.cpp havran/ktball.cpp havran/sbbox.cpp \ 
     131havran/ktb8b.cpp havran/ktbftrav.cpp havran/timer.cpp 
     132 
     133 
    124134CONFIG(qt) { 
    125135HEADERS += QtInterface/QtPreprocessorThread.h QtInterface/QtGlRenderer.h \ 
    126136QtInterface/QtGlViewer.h 
    127 SOURCES += OcclusionQuery.cpp QtInterface/QtPreprocessorThread.cpp \ 
     137SOURCES += QtInterface/QtPreprocessorThread.cpp \ 
    128138QtInterface/QtGlRenderer.cpp QtInterface/QtGlViewer.cpp  
     139SOURCES +=  QtInterface/LogReader.cpp QtInterface/LogWriter.cpp 
    129140} else { 
    130 SOURCES += BoostPreprocessorThread.cpp  
     141#SOURCES += BoostPreprocessorThread.cpp  
    131142} 
    132143 
Note: See TracChangeset for help on using the changeset viewer.