Ignore:
Timestamp:
12/12/07 15:49:02 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GtpVisibility05.vcproj

    r2563 r2568  
    268268                        </File> 
    269269                        <File 
    270                                 RelativePath=".\main.cpp" 
    271                                 > 
    272                         </File> 
    273                         <File 
    274270                                RelativePath=".\Material.cpp" 
    275271                                > 
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r2560 r2568  
    2323#include "ViewCellsManager.h" 
    2424 
    25 //#ifdef USE_QT   
     25#ifdef USE_QT   
    2626        #include "QtPreprocessorThread.h" 
    2727        #include "QtGlViewer.h" 
     
    2929        #include <QGLWidget> 
    3030 
    31 //#else 
     31#else 
    3232        #if USE_THREADS 
    3333                #include "BoostPreprocessorThread.h" 
    3434        #endif 
    35 //#endif 
     35#endif 
    3636 
    3737#include "ResourceManager.h" 
Note: See TracChangeset for help on using the changeset viewer.