Giter VIP home page Giter VIP logo

Comments (4)

Sean-StarLabs avatar Sean-StarLabs commented on August 16, 2024

Whats the version of qt?

from coreboot-configurator.

werdahias avatar werdahias commented on August 16, 2024

Sorry, forgot to mention:
OS: debian sid
libqt5gui5, qtbase5-dev version: 5.15.6

from coreboot-configurator.

werdahias avatar werdahias commented on August 16, 2024

This is indeed a bug:

Gui isn't in src/application/meson.build. This patch solves that:

--- coreboot-configurator-9.orig/src/application/meson.build
+++ coreboot-configurator-9/src/application/meson.build
@@ -2,7 +2,7 @@
 
 # Documentation: https://mesonbuild.com/Qt5-module.html
 qt5 = import('qt5')
-qt5_dep = dependency('qt5', modules : ['Core', 'Widgets', 'Svg'])
+qt5_dep = dependency('qt5', modules : ['Core', 'Widgets', 'Svg', 'Gui'])
 yamlcpp_dep = dependency('yaml-cpp', version: '>= 0.5.1', required: true)
 


from coreboot-configurator.

Sean-StarLabs avatar Sean-StarLabs commented on August 16, 2024

Thank you! Merged 944b575

from coreboot-configurator.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.