forked from organicmaps/organicmaps
Fix linker errors : add fribidi dependencies.
This commit is contained in:
parent
a768efdbdd
commit
fa2c7f1c58
3 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Main application in qt.
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = map storage indexer yg platform geometry coding base freetype expat version
|
||||
DEPENDENCIES = map storage indexer yg platform geometry coding base freetype expat fribidi version
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@ DEPENDENCIES = geometry coding base freetype fribidi
|
|||
|
||||
INCLUDEPATH += $$ROOT_DIR/3party/freetype/include
|
||||
|
||||
LIBS += lfreetype lfribidi
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
!iphonesimulator-g++42 {
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = qt_tstfrm map yg geometry platform coding base expat sgitess
|
||||
DEPENDENCIES = qt_tstfrm map yg geometry platform coding base sgitess freetype fribidi
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
@ -14,8 +14,6 @@ win32-g++ {
|
|||
LIBS += -lpthread -lopengl32
|
||||
}
|
||||
|
||||
LIBS += -lfreetype
|
||||
|
||||
SOURCES += \
|
||||
../../testing/testingmain.cpp \
|
||||
texture_test.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue