Skip to content

Commit

Permalink
Merge pull request #71 from monich/qtc
Browse files Browse the repository at this point in the history
Make it possible to compile connectionagent from QtCreator
  • Loading branch information
lpotter committed Jun 9, 2014
2 parents 9e69c51 + 324d3bb commit 1e22499
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 1e22499

Please sign in to comment.