qt4 build problem - qmake missing

Asked by Alen Masic

Hello
I made debian package using debuild and pbuilder on my computer and everything is ok, but when I try to build mine application on Launchpad I get error about missing qmake. Here is complete build log: http://pastebin.com/3ini4chU
Can anyone help me.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qt4-x11 Edit question
Assignee:
No assignee Edit question
Solved by:
Alen Masic
Solved:
Last query:
Last reply:
Revision history for this message
Alen Masic (alenn-masic) said :
#1

Solved by adding this to debian/rules:

%:
       dh $@ --buildsystem=qmake_qt4

Revision history for this message
Alen Masic (alenn-masic) said :
#2

Solved by adding this to debian/rules:

%:
       dh $@ --buildsystem=qmake_qt4