mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
152 B
Text
7 lines
152 B
Text
# Use a mkspec that allows g++
|
|
DEFINES += BLACKBERRY "_QNX_SOURCE=1" "_C99=1"
|
|
|
|
!contains(CONFIG, staticlib) {
|
|
# Executable
|
|
LIBS += -lscreen -liconv
|
|
}
|