summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunil Thaha <sunil.thaha@nokia.com>2010-07-29 14:06:38 +1000
committerSunil Thaha <sunil.thaha@nokia.com>2010-07-29 14:06:38 +1000
commit82bd5b4a9a43a91e09d3bd8d2b45954ce58458ee (patch)
tree58c815e4cca97ccd3b4190f2b0b285b43935c05e
parent7f38221ad28880dafde492c2dfc323dfd09a43a2 (diff)
Modified the rules to run qmake on qtuitest-for-target.pro
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d4ddb86..17770ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
- qmake $(QMAKE_OPTIONS)
+ qmake $(QMAKE_OPTIONS) qtuitest-for-target.pro
touch configure-stamp