Commit 1024254a authored by Titta Heikkala's avatar Titta Heikkala Committed by Pasi Keränen
Browse files

Added missing deployment file for creator template


Change-Id: I1d72a656452002044cce8ee2807a9171f3b96f0e
Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
Showing with 27 additions and 0 deletions
android-no-sdk {
target.path = /data/user/qt
export(target.path)
INSTALLS += target
} else:android {
x86 {
target.path = /libs/x86
} else: armeabi-v7a {
target.path = /libs/armeabi-v7a
} else {
target.path = /libs/armeabi
}
export(target.path)
INSTALLS += target
} else:unix {
isEmpty(target.path) {
qnx {
target.path = /tmp/$${TARGET}/bin
} else {
target.path = /opt/$${TARGET}/bin
}
export(target.path)
}
INSTALLS += target
}
export(INSTALLS)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment