- Timestamp:
- 12/12/07 15:49:02 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GtpVisibility05.vcproj
r2563 r2568 268 268 </File> 269 269 <File 270 RelativePath=".\main.cpp"271 >272 </File>273 <File274 270 RelativePath=".\Material.cpp" 275 271 > -
GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
r2560 r2568 23 23 #include "ViewCellsManager.h" 24 24 25 //#ifdef USE_QT25 #ifdef USE_QT 26 26 #include "QtPreprocessorThread.h" 27 27 #include "QtGlViewer.h" … … 29 29 #include <QGLWidget> 30 30 31 //#else31 #else 32 32 #if USE_THREADS 33 33 #include "BoostPreprocessorThread.h" 34 34 #endif 35 //#endif35 #endif 36 36 37 37 #include "ResourceManager.h"
Note: See TracChangeset
for help on using the changeset viewer.