mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-27 09:15:00 +02:00
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
DEFINES += ANDROID
|
|
INCLUDEPATH += $$P/native/ext/libzip
|
|
|
|
!contains(CONFIG, staticlib) {
|
|
# Packaging
|
|
ANDROID_PACKAGE_SOURCE_DIR = $$P/android
|
|
}
|