Skip to content

Commit

Permalink
Fix irritatingly wrong version number for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
usiems committed Dec 14, 2023
1 parent d0ddad6 commit b6b9b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/PythonQt_QtAll/PythonQt_QtAll.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ isEmpty( PYTHONQTALL_CONFIG ) {
CONFIG += $${PYTHONQTALL_CONFIG}
}

TARGET = PythonQt_QtAll-Qt5-PythonXY
TARGET = PythonQt_QtAll-Qt$${QT_MAJOR_VERSION}-PythonXY
TEMPLATE = lib

DESTDIR = ../../lib
Expand Down

0 comments on commit b6b9b40

Please sign in to comment.