Skip to content

Qt Framework

RemcoMusic edited this page Aug 12, 2019 · 2 revisions

Qt is a cross-platform application development framework for desktop, embedded and mobile.

We have chosen to use the Qt framework because 2 of our team members were used to develop in this framework. Since this framework is written in C++ we knew all team members could learn it fairly quickly.

Installation

To install the Qt framework it is fairly simple. You will only need to follow the installer of Qt itself and you are half way done with setting up the developer environment.

*Tip
Make sure you install Qt on the default location, otherwise it can give some irritation errors when you try to compile the first simple sample you set up.

Next step -> Install OpenCV

Clone this wiki locally