[mac][clang] Fixed build error

This commit is contained in:
Alex Zolotarev 2011-11-26 22:11:55 +03:00 committed by Alex Zolotarev
parent f7bfb5ea80
commit 9c018762c0

View file

@ -122,6 +122,6 @@ win32* {
SOURCES += internal/opengl_win32.cpp
} else android*|iphone* {
SOURCES += internal/opengl_es.cpp
} else macx*|linux* {
} else {
SOURCES += internal/opengl_ext.cpp
}