Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[aarch64] Use macros, not hardcoded paths. Contributes to JB#50027
  • Loading branch information
xfade committed May 28, 2020
1 parent 85e0517 commit 1aa0cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions rpm/nemo-qml-plugin-devicelock.spec
Expand Up @@ -2,9 +2,8 @@ Name: nemo-qml-plugin-devicelock
Summary: Device lock plugin for Nemo Mobile
Version: 0.2.22
Release: 1
Group: System/Libraries
License: LGPLv2.1
URL: https://git.merproject.org/mer-core/nemo-qml-plugin-devicelock
URL: https://git.sailfishos.org/mer-core/nemo-qml-plugin-devicelock
Source0: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Core)
Expand Down
2 changes: 1 addition & 1 deletion src/nemo-devicelock/host/host.pro
Expand Up @@ -62,7 +62,7 @@ headers.path = /usr/include/nemo-devicelock/host
prf.files = nemo-devicelock-host.prf
prf.path = $$[QT_INSTALL_DATA]/mkspecs/features

target.path = /usr/lib
target.path = $$[QT_INSTALL_LIBS]

INSTALLS += \
headers \
Expand Down
2 changes: 1 addition & 1 deletion src/nemo-devicelock/lib.pro
Expand Up @@ -56,7 +56,7 @@ public_headers.path = /usr/include/nemo-devicelock
private_headers.files = $$PRIVATE_HEADERS
private_headers.path = /usr/include/nemo-devicelock/private

target.path = /usr/lib
target.path = $$[QT_INSTALL_LIBS]

QMAKE_PKGCONFIG_NAME = nemodevicelock
QMAKE_PKGCONFIG_DESCRIPTION = Library for Nemo device lock.
Expand Down

0 comments on commit 1aa0cdd

Please sign in to comment.