summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-11-27 14:56:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 08:56:07 +0100
commit6eddb4ccd969792d1beebe329f4ec6001dff933b (patch)
treee0bb05d62085c6f8620b7041dabd8b4df291ac9c /tools
parentc766f31da74d9552997887a81ad31df8b6fa68ec (diff)
fix midl call in testcon.pro
Change-Id: Ia7c90a07949417add54701154251cdf495c6bcb6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/testcon/testcon.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcon/testcon.pro b/tools/testcon/testcon.pro
index 59922c3..5204af4 100644
--- a/tools/testcon/testcon.pro
+++ b/tools/testcon/testcon.pro
@@ -8,7 +8,7 @@ HEADERS = docuwindow.h mainwindow.h invokemethod.h changeproperties.h ambientpr
FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui
RC_FILE = testcon.rc
-!win32-g++*:QMAKE_POST_LINK = midl $$QT.activeqt.sources/../../tools/testcon/testcon.idl && move testcon.tlb $(TARGETDIR)
+!win32-g++*:QMAKE_POST_LINK = midl $$shell_quote($$shell_path($$PWD/testcon.idl)) && move testcon.tlb $(TARGETDIR)
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target