Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages

Qt is a free cross-platform application framework that is widely used for developing application software with a graphical user interface (GUI), and also used for developing non-GUI programs such as command-line tools and consoles for servers. It is also used for compiling the Netcruzer USB Bootloader and Netcruzer USB Terminal applications, and is required for making modifications.

It can be downloaded for free from here. For installation, following options are available:

Windows Online Installer

The simplest way to install is to use the Online Installer. For Windows, download and run "Windows Online Installer". To limit size of download, during installation:

Custom Installation

In stead of downloading the entire "Qt SDK" (about 1.7GByte for Windows) as described in the Windows Online Installer section above, you can just download MinGW, Qt Creator and Qt libraries (minGW). This is all that is needed to compile Netcruzer software.

Download and Install MinGW

Netcruzer project use the MinGW compiler, so it must first be installed. It can either be downloaded and installed from official MinGW site, or from Nokia's site. We had problems with the one from official MinGW site, so downloaded one from Nokia's FTP site.

From Nokia's FTP Site

To install MinGW from Nokia's FTP site:

From MinGW site

To install MinGW from official site:

Download and Install Qt Creator

Download and Install Qt libraries (minGW)

Loading and running projects

Now "Qt Creator" must be configured, Run "Qt Creator"

If after loading and building a project in "Qt Creator", it complains about invalid qmake (Error while building/deploying project when executing step 'qmake')