aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pythonextensions/qtcreator.pri
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pythonextensions/qtcreator.pri')
-rw-r--r--plugins/pythonextensions/qtcreator.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pythonextensions/qtcreator.pri b/plugins/pythonextensions/qtcreator.pri
index cb58e20..499fda2 100644
--- a/plugins/pythonextensions/qtcreator.pri
+++ b/plugins/pythonextensions/qtcreator.pri
@@ -3,11 +3,11 @@
## Either set the IDE_SOURCE_TREE when running qmake,
## or set the QTC_SOURCE environment variable, to override the default setting
-isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
+isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$clean_path($$(QTC_SOURCE))
## Either set the IDE_BUILD_TREE when running qmake,
## or set the QTC_BUILD environment variable, to override the default setting
-isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
+isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$clean_path($$(QTC_BUILD))
# KEEP this line and DON'T edit it!
# (if you NEED to change it, have a look at tools/build.py)