renaming to lowercase
This commit is contained in:
parent
1b833f40a9
commit
a945715727
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue