summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Hasselmann <mathias.hasselmann@kdab.com>2013-11-12 22:47:19 +0100
committerMathias Hasselmann <mathias.hasselmann@kdab.com>2013-11-12 22:47:19 +0100
commitd29e3f0f4647f20e6bd5a7fb6d7d0ed4ca5bd8c9 (patch)
tree76f0b5e697b3e6f48ca1f94aa31c42baca430e96
parentdc38aef1ab54bfab5cb3f79c035b1cc23d73d973 (diff)
downloadqtquickstreamer-d29e3f0f4647f20e6bd5a7fb6d7d0ed4ca5bd8c9.tar.gz
qtquickstreamer-d29e3f0f4647f20e6bd5a7fb6d7d0ed4ca5bd8c9.tar.xz
Properly call makeitempads
-rw-r--r--src/QuickStreamer/QuickStreamer.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QuickStreamer/QuickStreamer.pro b/src/QuickStreamer/QuickStreamer.pro
index 719ef97..7355ae2 100644
--- a/src/QuickStreamer/QuickStreamer.pro
+++ b/src/QuickStreamer/QuickStreamer.pro
@@ -21,8 +21,8 @@ OTHER_FILES = \
quickstreamerplugin.json
itempads.target = itempads.cpp
-itempads.depends = $$OUT_PWD/../Tools/makeitempads
-itempads.commands = $$OUT_PWD/../Tools/makeitempads 256 4096 > $$itempads.target || rm -f $$itempads.target
+itempads.depends = $$TOP_OUTDIR/src/tools/makeitempads
+itempads.commands = $$TOP_OUTDIR/src/tools/makeitempads 256 4096 > $$itempads.target || { rm -f $$itempads.target; false; }
QMAKE_EXTRA_TARGETS += itempads
qmldir.target = qmldir