morg12121 / QtQuick_Dashboard_Port

Porting the Qt Quick Extras - Dashboard example from Qt Quick to C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qtquick-dashboard-port

Porting the Qt Quick Extras - Dashboard example from Qt to c++

BUILD:

  1. apt-get install qt55base qt55tools qt55script
  2. Clone Repository
  3. mkdir build
  4. cd build
  5. qmake ../MyAnalogWidget.pro -r -spec linux-g++
  6. make

About

Porting the Qt Quick Extras - Dashboard example from Qt Quick to C++


Languages

Language:C++ 93.5%Language:QMake 6.5%