mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
commit
a849f90beb
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
blackberry|symbian: CONFIG += mobile_platform
|
||||
blackberry|symbian|contains(MEEGO_EDITION,harmattan): CONFIG += mobile_platform
|
||||
unix:!blackberry:!symbian:!macx: CONFIG += linux
|
||||
|
||||
# Global specific
|
||||
|
@ -17,6 +17,7 @@ mobile_platform: DEFINES += USING_GLES2
|
|||
|
||||
|
||||
# Platform specific
|
||||
contains(MEEGO_EDITION,harmattan): DEFINES += MEEGO_EDITION_HARMATTAN "_SYS_UCONTEXT_H=1"
|
||||
blackberry: {
|
||||
# They try to force QCC with all mkspecs
|
||||
# QCC is 4.4.1, we need 4.6.3
|
||||
|
|
Loading…
Add table
Reference in a new issue