renaming to lowercase

This commit is contained in:
ganovelli 2014-10-09 12:30:04 +00:00
parent 1b833f40a9
commit a945715727
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ DEPENDPATH += .
INCLUDEPATH += . ../../..
CONFIG += console stl
TEMPLATE = app
HEADERS += ../../../vcg/space/index/index2D/grid_static_ptr_2d.h\
../../../vcg/space/index/index2D/closest_2d.h\
../../../vcg/space/index/index2D/space_iterators_2d.h\
../../../vcg/space/index/index2D/grid_closest_2d.h
HEADERS += ../../../vcg/space/index/index2d/grid_static_ptr_2d.h\
../../../vcg/space/index/index2d/closest_2d.h\
../../../vcg/space/index/index2d/space_iterators_2d.h\
../../../vcg/space/index/index2d/grid_closest_2d.h
SOURCES += test_hash2d.cpp