Skip to content

Commit c87d302

Browse files
committed
added Qt 5.4
1 parent 45214b2 commit c87d302

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/common.prf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
3131
}
3232
else:contains( QT_MINOR_VERSION, 2 ) {
3333
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
34-
} else {
34+
}
35+
else:contains( QT_MINOR_VERSION, 3 ) {
3536
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_53
37+
} else {
38+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_54
3639
}
3740
}
3841
}

0 commit comments

Comments
 (0)