We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92f01d8 + 78a9e5d commit 720a3c2Copy full SHA for 720a3c2
build/common.prf
@@ -32,6 +32,9 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
32
else:contains( QT_MINOR_VERSION, 11 ) {
33
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_511
34
}
35
+ else:contains( QT_MINOR_VERSION, 12 ) {
36
+ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_511
37
+ }
38
else:contains( QT_MINOR_VERSION, 1 ) {
39
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
40
0 commit comments