summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android.prf
blob: 2a3086d4ad7724b14e07023d9ca2179b98c06086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
contains(TEMPLATE, ".*app") {
    !android_app {
        !contains(TARGET, ".so"): TARGET = lib$${TARGET}.so
        QMAKE_LFLAGS += -Wl,-soname,$$TARGET
    }
}
!QTDIR_build:android_install {
    isEmpty(QT_BUILD_TREE) {
        target.path=/libs/$$ANDROID_TARGET_ARCH/
    } else {
        target.path = /
    }
    INSTALLS *= target
}