Skip to content

Commit

Permalink
[devicelock] Properly link package and .pc version. Contributes to JB…
Browse files Browse the repository at this point in the history
…#38551
  • Loading branch information
blammit committed Dec 10, 2018
1 parent 3451c2f commit 7cbbe37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/nemo-qml-plugin-devicelock.spec
Expand Up @@ -55,7 +55,7 @@ Requires: pkgconfig(nemodbus)
%setup -q -n %{name}-%{version}

%build
%qmake5
%qmake5 "VERSION=%{version}"
make %{?_smp_mflags}

%install
Expand Down
1 change: 1 addition & 0 deletions src/nemo-devicelock/lib.pro
Expand Up @@ -63,6 +63,7 @@ QMAKE_PKGCONFIG_DESCRIPTION = Library for Nemo device lock.
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = /usr/include
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
QMAKE_PKGCONFIG_VERSION = $$VERSION

INSTALLS += \
private_headers \
Expand Down

0 comments on commit 7cbbe37

Please sign in to comment.