Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
qoauth-qt5
qoauth-qt5-ppc64-libdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qoauth-qt5-ppc64-libdir.patch of Package qoauth-qt5
Index: qoauth-1.0.1/src/src.pro ================================================================================ --- qoauth-1.0.1/src/src.pro +++ qoauth-1.0.1/src/src.pro @@ -67,6 +67,21 @@ } else { target.path = $${INSTALL_PREFIX}/lib } + contains(QMAKE_HOST.arch, ppc64) { + target.path = $${INSTALL_PREFIX}/lib64 + } + contains(QMAKE_HOST.arch, ppc64le) { + target.path = $${INSTALL_PREFIX}/lib64 + } + contains(QMAKE_HOST.arch, aarch64) { + target.path = $${INSTALL_PREFIX}/lib64 + } + contains(QMAKE_HOST.arch, s390x) { + target.path = $${INSTALL_PREFIX}/lib64 + } + contains(QMAKE_HOST.arch, riscv64) { + target.path = $${INSTALL_PREFIX}/lib64 + } headers.path = $${INSTALL_PREFIX}/include/QtOAuth docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor