Skip to content

Commit

Permalink
Build with Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Mar 9, 2024
1 parent 7d4b9da commit 6104c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project('libopenrazer',
'cpp',
version : '0.2.0',
default_options : ['cpp_std=c++11'])
default_options : ['cpp_std=c++17'])

qt = import('qt5')
qt_dep = dependency('qt5', modules : ['Core', 'DBus', 'Gui', 'Xml'])
qt = import('qt6')
qt_dep = dependency('qt6', modules : ['Core', 'DBus', 'Gui', 'Xml'])

sources = [
'src/dbusexception.cpp',
Expand Down

0 comments on commit 6104c53

Please sign in to comment.