Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Sep 5, 2024
1 parent 3cc4812 commit 1dec099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libportal/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ endif

if meson.version().version_compare('>= 0.59.0')
have_cpp = add_languages('cpp', required: get_option('backend-qt6'))
dependency('qt6-core', modules: ['Core'], private_headers: true, required: get_option('backend-qt6'))
dependency('qt6-gui', modules: ['Gui'], private_headers: true, required: get_option('backend-qt6'))
dependency('qt6-widgets', modules: ['Widgets'], private_headers: true, required: get_option('backend-qt6'))
qt6_dep = dependency('qt6', modules: ['Core', 'Gui', 'Widgets'], private_headers: true, required: get_option('backend-qt6'))

if have_cpp and qt6_dep.found()
Expand Down

0 comments on commit 1dec099

Please sign in to comment.