From aecfbcfa3cdbc9ec804879d68f2ced4fc438fc70 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 7 Nov 2015 00:46:04 -0800 Subject: [PATCH] Fixed drape project file errors. --- drape/drape_common.pri | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drape/drape_common.pri b/drape/drape_common.pri index 88aaf54fcb..b349f2fdbe 100644 --- a/drape/drape_common.pri +++ b/drape/drape_common.pri @@ -5,7 +5,7 @@ INCLUDEPATH *= $$ROOT_DIR/3party/freetype/include INCLUDEPATH *= $$ROOT_DIR/3party/expat/lib SOURCES += \ - $$ROOT_DIR/3party/stb_image/sdf_image.cpp \ + $$ROOT_DIR/3party/sdf_image/sdf_image.cpp \ $$ROOT_DIR/3party/stb_image/stb_image.c \ $$DRAPE_DIR/data_buffer.cpp \ $$DRAPE_DIR/binding_info.cpp \ @@ -44,8 +44,8 @@ SOURCES += \ $$DRAPE_DIR/utils/vertex_decl.cpp HEADERS += \ - $$ROOT_DIR/sdf_image/sdf_image.h \ - $$ROOT_DIR/stb_image/stb_image.h \ + $$ROOT_DIR/3party/sdf_image/sdf_image.h \ + $$ROOT_DIR/3party/stb_image/stb_image.h \ $$DRAPE_DIR/data_buffer.hpp \ $$DRAPE_DIR/binding_info.hpp \ $$DRAPE_DIR/batcher.hpp \