summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariana Meireles <mariana.meireles-gontijo@qt.io>2019-09-30 12:28:14 +0200
committerMariana Meireles <mariana.meireles-gontijo@qt.io>2019-10-10 10:26:24 +0000
commit26cb6994c46af7b9c386f52b2485684b4dea29b7 (patch)
tree4d07e1159253e629f2fdbc52121657eebd012672
parentd56e88d36a09989ed572781ecca224cd31635d5d (diff)
downloadqt-creator-26cb6994c46af7b9c386f52b2485684b4dea29b7.tar.gz
Corrects the project type supported
Change-Id: I9434ed86d4d20e44abbe2cd07f9a7d838a53761a Reviewed-by: hjk <hjk@qt.io> Reviewed-by: David Schulz <david.schulz@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 c8e397d0d8..c4efb3167c 100644
--- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
@@ -1,6 +1,6 @@
{
"version": 1,
- "supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
+ "supportedProjectTypes": [ "PythonProject" ],
"id": "U.QtForPythonApplicationWindow",
"category": "F.Application",
"trDescription": "Creates a Qt for Python application that contains an empty window.",