forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Eike Ziller
parent
e0e64565ad
commit
ee57084299
@@ -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}" }
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user