Skip to content

Commit

Permalink
Merge branch 'jb38551-pkgconfig-version' into 'master'
Browse files Browse the repository at this point in the history
[devicelock] Properly link package and .pc version. Contributes to JB#38551

See merge request mer-core/nemo-qml-plugin-devicelock!37
  • Loading branch information
blam committed Dec 13, 2018
2 parents 3451c2f + 7cbbe37 commit 2b44347
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 2b44347

Please sign in to comment.