diff options
author | Joerg Bornemann <joerg.bornemann@digia.com> | 2012-11-27 14:56:01 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-28 08:56:07 +0100 |
commit | 6eddb4ccd969792d1beebe329f4ec6001dff933b (patch) | |
tree | e0bb05d62085c6f8620b7041dabd8b4df291ac9c | |
parent | c766f31da74d9552997887a81ad31df8b6fa68ec (diff) | |
download | qtactiveqt-6eddb4ccd969792d1beebe329f4ec6001dff933b.tar.gz |
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>
-rw-r--r-- | tools/testcon/testcon.pro | 2 |
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 |