Files
ppsspp/Qt/Platform/android.pri
T
2015-09-06 13:06:57 -07:00

8 lines
149 B
Plaintext

DEFINES += ANDROID
INCLUDEPATH += $$P/ext/native/ext/libzip
!contains(CONFIG, staticlib) {
# Packaging
ANDROID_PACKAGE_SOURCE_DIR = $$P/android
}