![]() |
2010-08-20
, 07:22
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
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.
![]() |
2010-08-20
, 07:42
|
Posts: 66 |
Thanked: 70 times |
Joined on Apr 2010
@ Paris
|
#3
|
![]() |
2010-08-22
, 17:35
|
Posts: 66 |
Thanked: 70 times |
Joined on Apr 2010
@ Paris
|
#4
|
![]() |
2010-08-23
, 10:45
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#5
|
mad dpkg-buildpackage -us -uc
The Following User Says Thank You to danielwilms For This Useful Post: | ||
![]() |
2010-08-24
, 01:34
|
Posts: 66 |
Thanked: 70 times |
Joined on Apr 2010
@ Paris
|
#6
|
Hi,
the packaging options in QtCreator are a bit limited at the moment. Your problem seems to be related to this bug. I tried it with the madde command-line tools on linux and it worked as expected. Unpack the tarball and run in the directory:
Let me know if you have further questions.Code:mad dpkg-buildpackage -us -uc
Daniel
$(QMAKE) -unix PREFIX=D:/MADDE/0.6.72 -o Makefile ../../src/src.pro
![]() |
2010-08-25
, 09:51
|
Posts: 66 |
Thanked: 70 times |
Joined on Apr 2010
@ Paris
|
#8
|
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?