Skip to content

Commit

Permalink
qt+=openglwidgets only for qt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
baratiistok3 committed Jan 6, 2024
1 parent 0be6ec0 commit 07b94b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mms.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
QT += core
QT += gui
QT += opengl
QT += openglwidgets
equals(QT_VERSION, 6){
QT += openglwidgets
}
QT += widgets
QT += xml

Expand Down

0 comments on commit 07b94b8

Please sign in to comment.