Fix compile error.

We arent allowing for cross-compiling at all by checking headers so this is only a temporary solution. Probably no mobile platform wants glew, which is what we had before the define was removed.
This commit is contained in:
Sacha 2015-11-01 20:21:56 +10:00
parent dd6ebabdc8
commit cbe248d89d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<image>icon-114.png</image>
</icon>
<invoke-target id="com.Qtness.PPSSPP.openrom1">
<invoke-target id="com.Qtness.PPSSPP.openrom2">
<invoke-target-name>Open PSP ROM</invoke-target-name>
<invoke-target-type>application</invoke-target-type>
<icon><image>icon-114.png</image></icon>

View File

@ -49,7 +49,7 @@ macx|equals(PLATFORM_NAME, "linux") {
}
}
exists( /usr/include/GL/glew.h ) {
!symbian:exists( /usr/include/GL/glew.h ) {
LIBS += -lGLEW
}