Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make it possible to compile connectionagent from QtCreator
  • Loading branch information
monich committed Jun 9, 2014
1 parent 9e69c51 commit 324d3bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rpm/connectionagent-qt5.spec
Expand Up @@ -67,9 +67,11 @@ Will enable tracing for Connectionagent
# >> build pre
# << build pre

%qmake5
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}

make %{?_smp_mflags}
%qtc_qmake5
%qtc_make %{?_smp_mflags}

# >> build post
# << build post
Expand Down

0 comments on commit 324d3bb

Please sign in to comment.