Ignore:
Timestamp:
08/17/06 15:00:10 (18 years ago)
Author:
bittner
Message:

build updates

File:
1 edited

Legend:

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

    r1207 r1208  
     1CONFIG -= qt 
     2CONFIG += console warn_off release 
     3 
    14TEMPLATE = app 
     5 
     6# debuc config 
     7# CONFIG        += console warn_off thread release qt 
    28 
    39TARGET = preprocessor 
     
    612 
    713#win32:INCLUDEPATH += c:/STLport-4.6.2/stlport 
     14 
     15CONFIG(qt) { 
    816win32:INCLUDEPATH += "d:/Programs/NVIDIA Corporation/Cg/include" 
     17} 
     18 
    919unix:INCLUDEPATH += ../support/src/xerces-c-src_2_7_0/include 
    1020 
    1121INCLUDEPATH += ../src  $$NONGTP/Xerces/xerces/include  $$NONGTP/Zlib/include $$NONGTP/Boost $$NONGTP/Devil/include 
    12  
    13  
    1422 
    1523win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib \ 
     
    1826CONFIG(qt) { 
    1927win32:LIBPATH += "d:/Programs/NVIDIA Corporation/Cg/lib" 
    20  
    2128} 
    2229 
     
    2532#win32:LIBPATH += c:/STLport-4.6.2/lib 
    2633 
    27 # debuc config 
    28 #CONFIG         += console warn_off thread release qt 
    29 CONFIG          += console warn_off thread release 
    3034 
    3135# RELEASE CONFIG 
     
    3337 
    3438# DEPENDPATH    = ../../include 
     39CONFIG(qt) { 
    3540QT += opengl 
     41} 
    3642 
    3743win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib boost_thread-vc71-mt-1_33_1.lib 
Note: See TracChangeset for help on using the changeset viewer.