summaryrefslogtreecommitdiff
path: root/tools/testcon
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-01-27 09:34:10 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:56 +0200
commita556c34a32263115228689451b0f205b0cf3b65c (patch)
tree296eb46126c0631df99309cf5945d18d7fdf4d9c /tools/testcon
parent16723d397c8b96c0d1d13dd427eb4f0f377da420 (diff)
downloadqtactiveqt-a556c34a32263115228689451b0f205b0cf3b65c.tar.gz
Changed various path references in ActiveQt to match modularization.
Diffstat (limited to 'tools/testcon')
-rw-r--r--tools/testcon/testcon.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testcon/testcon.pro b/tools/testcon/testcon.pro
index 89f8067..07df464 100644
--- a/tools/testcon/testcon.pro
+++ b/tools/testcon/testcon.pro
@@ -14,8 +14,8 @@ FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui
RC_FILE = testcon.rc
win32-borland {
- QMAKE_POST_LINK = -midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl
+ QMAKE_POST_LINK = -midl $$QT.activeqt.sources/../../tools/testcon/testcon.idl
} else {
- !win32-g++*:QMAKE_POST_LINK = midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl && move testcon.tlb $(TARGETDIR)
+ !win32-g++*:QMAKE_POST_LINK = midl $$QT.activeqt.sources/../../tools/testcon/testcon.idl && move testcon.tlb $(TARGETDIR)
}