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