Skip to content

Commit

Permalink
[lipstick] Properly link rpm package and .pc file versions. Contribut…
Browse files Browse the repository at this point in the history
…es to JB#38551
  • Loading branch information
rainemak committed Mar 6, 2018
1 parent 3766345 commit 7aaba10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/src.pro
Expand Up @@ -9,9 +9,6 @@ system(qdbusxml2cpp -c ConnmanServiceProxy -p connmanserviceproxy net.connman.se
TEMPLATE = lib
TARGET = lipstick-qt5

# Override the version from the spec file, we need .so version 1.0
VERSION = 1.0

DEFINES += LIPSTICK_BUILD_LIBRARY
DEFINES += VERSION=\\\"$${VERSION}\\\"
DEFINES += MESA_EGL_NO_X11_HEADERS
Expand Down Expand Up @@ -197,6 +194,7 @@ QMAKE_CLEAN += \

CONFIG += create_pc create_prl
QMAKE_PKGCONFIG_NAME = lib$$TARGET
QMAKE_PKGCONFIG_VERSION = $$VERSION
QMAKE_PKGCONFIG_DESCRIPTION = Library for creating QML desktops
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$publicheaderfiles.path
Expand Down

0 comments on commit 7aaba10

Please sign in to comment.