diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2008-10-05 19:26:28 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2008-10-05 19:26:28 +0200 |
commit | 226f961c4b7fef115ae2c7950abe0e1973efc6a4 (patch) | |
tree | 2a8ebbfd6418192ebbd2d41344e547e767fbd64d | |
parent | 2c02e0ce409ee4fbc376698cd572c823aad211ed (diff) |
Call qmake-qt4 instead of qmake (Closes: #500380)
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 859350d..3e148bf 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ configure: configure-stamp configure-stamp: patch-stamp dh_testdir - qmake lfhex.pro + qmake-qt4 lfhex.pro touch configure-stamp |