View Single Post
Posts: 66 | Thanked: 70 times | Joined on Apr 2010 @ Paris
#1
I realise this is something I should be able to figure out on my own but I am pretty stumped on how to properly build the qt-maemo-example.

I am trying to build it using Qt Creator on Windows. I open the main project file, leave all the project settings as they are and build the application.

What I get is a .deb file which contains the executable but is missing the icons and desktop files.

The 3 default build steps in Qt Creator are:

1) qmake.exe <dir location>/qt-maemo-example.pro -r -spec default -unix CONFIG+=debug
2) make.exe -w
3) Create Package

Am I going about this in completely the wrong way?