aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2025-06-16 14:49:10 +0200
committerEike Ziller <eike.ziller@qt.io>2025-06-17 15:50:12 +0000
commitee57084299e5cb2e0cd3c4ed339cef4b37577880 (patch)
tree4a723972490334461872ef310775646aad9a0a06
parente0e64565ad5f046497cadc497a8985ea8cd74e31 (diff)
Python: fix wizard project file path
Fixes: QTCREATORBUG-33083 Change-Id: I8f471ce88b9b30adbb3270045572b3567ad21ee2 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
index d7ac0650df3..9eed8512968 100644
--- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
@@ -13,7 +13,7 @@
"options":
[
{ "key": "MainPyFileName", "value": "%{ProjectDirectory}/%{SrcFileName}" },
- { "key": "PyProjectTomlFile", "value": "%{ProjectDirectory}/pyproject.toml" },
+ { "key": "PyProjectTomlFile", "value": "pyproject.toml" },
{ "key": "ProjectFilePath", "value": "%{ProjectDirectory}/%{PyProjectTomlFile}" }
],