Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[packaging] switch to qmake-qt5
  • Loading branch information
Carsten Munk committed Oct 27, 2013
1 parent 4adda67 commit bf2d9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/telepathy-accounts-signon.spec
Expand Up @@ -7,7 +7,7 @@ License: GPLv2
URL: https://github.com/nemomobile/telepathy-accounts-signon
Source0: %{name}-%{version}.tar.bz2

BuildRequires: qt-qmake
BuildRequires: qt5-qmake
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(libsignon-glib)
Expand All @@ -31,7 +31,7 @@ BuildRequires: pkgconfig(libsailfishkeyprovider)
%setup -q -n %{name}-%{version}

%build
%qmake
%qmake5
make %{?jobs:-j%jobs}

%install
Expand Down

0 comments on commit bf2d9f5

Please sign in to comment.