/GBxQT

Custom software for InsideGadget's GBx devices

Primary LanguageC++

GBxQT

Custom software for InsideGadget's GBx devices forked from HDR.

The aim of this fork is testing and learning Qt

Compiling

Windows

  1. Install newest version of Qt - (this includes wingw and wingw 64-bit)
  2. Use Qt Creator to test or run the software.

Linux

  1. Install qt using your distro's package manager (apt install qt5-default if your distro uses apt)
  2. Run qmake GBxQT.pro "CONFIG+=qtquickcompiler"
  3. Run make

MacOS

  1. Install qt using brew install qt and brew link qt --force
  2. Run qmake GBxQT.pro "CONFIG+=qtquickcompiler"
  3. Run make

Images

Windows Light Mode

Windows Dark Mode

Linux

MacOS Light Mode

MacOS Dark Mode