forked from organicmaps/organicmaps
new files
This commit is contained in:
parent
6c48fd9c3a
commit
9328cd8fc2
3 changed files with 4 additions and 1 deletions
|
@ -75,3 +75,4 @@ HEADERS += \
|
|||
$$DRAPE_DIR/utils/stb_image.h \
|
||||
$$DRAPE_DIR/attribute_buffer_mutator.hpp \
|
||||
$$DRAPE_DIR/drape_global.hpp \
|
||||
$$DRAPE_DIR/object_pool.hpp \
|
||||
|
|
|
@ -39,6 +39,7 @@ SOURCES += \
|
|||
pointers_tests.cpp \
|
||||
font_texture_tests.cpp \
|
||||
bingind_info_tests.cpp \
|
||||
object_pool_tests.cpp \
|
||||
|
||||
HEADERS += \
|
||||
glmock_functions.hpp \
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG += console warn_on
|
|||
CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
||||
DEPENDENCIES = drape_frontend base fribidi
|
||||
DEPENDENCIES = drape_frontend drape base fribidi
|
||||
ROOT_DIR = ../..
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
@ -12,3 +12,4 @@ SOURCES += \
|
|||
../../testing/testingmain.cpp \
|
||||
memory_feature_index_tests.cpp \
|
||||
fribidi_tests.cpp \
|
||||
object_pool_tests.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue