A Simple Working Example for Qt NCReport
This should help you with NCReport in Qt.
Windows#
- Download NCReport with MingW for Windows. 
- Install NCReport at - C:\NCReport\2.6.1.mingw.eval
- Get the full source code of the project at my Github. 
- Go to Projects (bar at the left) > Run Settings > Click Details on the Run Environment > Edit PATH’s variable and append the following line at the end of the string. - ;C:\NCReport\2.6.1.mingw.eval\bin
- Run the project in Debug and Release mode. You should be able to run the report by clicking the button. 
Tested on:
- Windows 7 (64 bit)
- NCReport 2.6.1 with MingW for Windows
- QtSDK 1.1.2
- Qt 4.7.3
- Qt Creator 2.2.1
Linux#
- Download NCReport for Linux. 
- Install NCReport at - /opt/ncreport
- Get the full source code of the project at my Github. 
- Run the project in Debug and Release mode. You should be able to run the report by clicking the button. 
Tested on:
- Slackware 13.37 (32 Bit)
- NCReport 2.6.1 for Linux
- QtSDK 1.1.2
- Qt 4.7.3
- Qt Creator 2.2.1
Read other posts