Nisker / GBxQT

Custom software for InsideGadget's GBx devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Custom software for InsideGadget's GBx devices


Languages

Language:C++ 77.1%Language:C 22.3%Language:QMake 0.6%