Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb50027' into 'master'
[aarch64] Use macros, not hardcoded paths. Contributes to JB#50027

See merge request mer-core/libiodata!5
  • Loading branch information
xfade committed May 28, 2020
2 parents d13b7d8 + 5ae3329 commit 9c9c84b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rpm/libiodata-qt5.spec
Expand Up @@ -3,7 +3,6 @@ Name: libiodata-qt5
Version: 0.19.8
Release: 1
Summary: Library for input/ouput data
Group: System/System Control
License: LGPLv2
URL: https://git.sailfishos.org/mer-core/libiodata
Source0: %{name}-%{version}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Expand Up @@ -7,7 +7,7 @@ SOURCES = iodata.cpp validator.cpp storage.cpp misc.cpp

equals(QT_MAJOR_VERSION, 4): TARGET = iodata
equals(QT_MAJOR_VERSION, 5): TARGET = iodata-qt5
target.path = /usr/lib
target.path = $$[QT_INSTALL_LIBS]

devheaders.files = iodata.h validator.h storage.h iodata validator storage
equals(QT_MAJOR_VERSION, 4): devheaders.path = /usr/include/iodata
Expand Down

0 comments on commit 9c9c84b

Please sign in to comment.