GBxQT icon indicating copy to clipboard operation
GBxQT copied to clipboard

Custom software for InsideGadget's GBx devices

GBxQT

Custom software for InsideGadget's GBx devices

Compiling

Windows

  1. Install QT
  2. Install mingw-w64
  3. Run qmake.exe GBxQT.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
  4. Run mingw32-make

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