/QtQuick_Dashboard_Port

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

Primary LanguageC++

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