mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
149 B
Text
7 lines
149 B
Text
DEFINES += ANDROID
|
|
INCLUDEPATH += $$P/ext/native/ext/libzip
|
|
|
|
!contains(CONFIG, staticlib) {
|
|
# Packaging
|
|
ANDROID_PACKAGE_SOURCE_DIR = $$P/android
|
|
}
|