summaryrefslogtreecommitdiff
path: root/src/plugins/python/python.qbs
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2023-03-07 13:00:44 +0100
committerDavid Schulz <david.schulz@qt.io>2023-03-14 05:44:46 +0000
commit1811c3149057df42e70e71bf8ad4fdeab75fdd66 (patch)
treede1a1a35193701fbb3f2277f2972944fefa6be49 /src/plugins/python/python.qbs
parent169b4110400e3b20fb2e87a5795d5b3964ff3887 (diff)
downloadqt-creator-1811c3149057df42e70e71bf8ad4fdeab75fdd66.tar.gz
Python: add interpreter selector to the python project wizard
Change-Id: I7ea1df34fa0096a84a0d611b401f991508c826c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/python.qbs')
-rw-r--r--src/plugins/python/python.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/python/python.qbs b/src/plugins/python/python.qbs
index 9f8288cb11..5186dafcdc 100644
--- a/src/plugins/python/python.qbs
+++ b/src/plugins/python/python.qbs
@@ -49,6 +49,8 @@ QtcPlugin {
"pythontr.h",
"pythonutils.cpp",
"pythonutils.h",
+ "pythonwizardpage.cpp",
+ "pythonwizardpage.h",
]
}
}