Skip to content

Commit 720a3c2

Browse files
authored
Merge pull request #2 from dbrnz/Qt5.12
Support Qt 5.12
2 parents 92f01d8 + 78a9e5d commit 720a3c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/common.prf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
3232
else:contains( QT_MINOR_VERSION, 11 ) {
3333
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_511
3434
}
35+
else:contains( QT_MINOR_VERSION, 12 ) {
36+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_511
37+
}
3538
else:contains( QT_MINOR_VERSION, 1 ) {
3639
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
3740
}

0 commit comments

Comments
 (0)