Skip to content

Commit

Permalink
qmake: Add openglwidgets for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTea committed Apr 10, 2024
1 parent 452eb6b commit 0244589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sACNView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

QT += core gui network multimedia widgets

greaterThan(QT_MAJOR_VERSION 6 {
QT += openglwidgets
}

TARGET = sACNView
TEMPLATE = app
DESCRIPTION = $$shell_quote("A tool for sending and receiving the Streaming ACN control protocol")
Expand Down

0 comments on commit 0244589

Please sign in to comment.