[linux][gcc] Fixed build errors

This commit is contained in:
Alex Zolotarev 2011-11-26 19:45:26 +01:00 committed by Alex Zolotarev
parent b6be60be10
commit bd40d691d6
2 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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
}