forked from organicmaps/organicmaps
[linux][gcc] Fixed build errors
This commit is contained in:
parent
b6be60be10
commit
bd40d691d6
2 changed files with 3 additions and 7 deletions
|
@ -37,7 +37,7 @@ RCC_DIR = $$TEMP_PATH
|
|||
MOC_DIR = $$TEMP_PATH
|
||||
UI_DIR = $$TEMP_PATH
|
||||
|
||||
LIBS += -L$$BINARIES_PATH
|
||||
QMAKE_LIBDIR *= $$BINARIES_PATH
|
||||
|
||||
# By default, do not include base QT classes in any project.
|
||||
QT -= core gui
|
||||
|
|
|
@ -120,12 +120,8 @@ HEADERS += \
|
|||
|
||||
win32* {
|
||||
SOURCES += internal/opengl_win32.cpp
|
||||
}
|
||||
|
||||
android*|iphone* {
|
||||
} else android*|iphone* {
|
||||
SOURCES += internal/opengl_es.cpp
|
||||
}
|
||||
|
||||
macx* {
|
||||
} else macx*|linux* {
|
||||
SOURCES += internal/opengl_ext.cpp
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue