From 324d3bb1315f119292b56e942b4b8f418a726c96 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 9 Jun 2014 14:20:02 +0400 Subject: [PATCH] Make it possible to compile connectionagent from QtCreator --- rpm/connectionagent-qt5.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpm/connectionagent-qt5.spec b/rpm/connectionagent-qt5.spec index 3fec685..a9457dd 100644 --- a/rpm/connectionagent-qt5.spec +++ b/rpm/connectionagent-qt5.spec @@ -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