diff options
| author | hjk <hjk@qt.io> | 2024-10-16 16:44:07 +0200 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2024-10-18 06:44:39 +0000 |
| commit | 9b6bbc181b2e41e75fa0833ee48fb3696cec653d (patch) | |
| tree | 08f9d5250db9f36a7504956d47fb73c7140ea023 /src/plugins/python/pythonrunconfiguration.cpp | |
| parent | c522831cb33d803cbac7858e3ec83b54c0a2fd6c (diff) | |
ProjectExplorer: Display build configuration specific variables again
Continues d308b86847abad8.
Task-number: QTCREATORBUG-31614
Change-Id: I408d96ccd6854b7bb62e13252c00ed3a29788b4c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.cpp')
| -rw-r--r-- | src/plugins/python/pythonrunconfiguration.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.cpp b/src/plugins/python/pythonrunconfiguration.cpp index e4ec5a9e845..e8f6719a0ab 100644 --- a/src/plugins/python/pythonrunconfiguration.cpp +++ b/src/plugins/python/pythonrunconfiguration.cpp @@ -119,11 +119,6 @@ public: environment.setSupportForBuildEnvironment(target); - arguments.setMacroExpander(macroExpander()); - - workingDir.setMacroExpander(macroExpander()); - - x11Forwarding.setMacroExpander(macroExpander()); x11Forwarding.setVisible(HostOsInfo::isAnyUnixHost()); interpreter.setLabelText(Tr::tr("Python:")); |
