Forum: Development
2010-10-27, 11:41
|
Replies: 21
Views: 6,780
Re: I want to start developing.
I've just started developing for Maemo 5 on my Windows 7 computer a month or something ago.
I'm using the Nokia Qt SDK which can build .deb files which you can install on a N900 directly.
You can...
|
Forum: Development
2010-10-27, 08:43
|
Replies: 21
Views: 6,780
|
Forum: Development
2010-10-27, 08:32
|
Replies: 21
Views: 6,780
Re: I want to start developing.
The easiest way to start at present is by downloading the Nokia Qt SDK. On Linux, it comes with a symbian and Maemo toolchain and device simulator, tailored for Qt development. AFAIK, the Windows...
|
Forum: Development
2010-10-27, 08:29
|
Replies: 21
Views: 6,780
|
Forum: Development
2010-10-26, 19:03
|
Replies: 4
Views: 3,868
Re: where is qmlviewer in pr 1.3
Just do
apt-get update
apt-get install qt4-declarative-qmlviewer
And you'll get it:
# dpkg --listfiles qt4-declarative-qmlviewer
/.
/usr
|
Forum: Development
2010-10-04, 07:26
|
Replies: 2
Views: 1,716
|
Forum: Development
2010-10-01, 20:33
|
Replies: 1
Views: 1,643
|
Forum: Development
2010-09-27, 03:07
|
Replies: 2
Views: 1,581
Re: Windows Esbox scratchbox integration
I just had this error, Google pretty much only finds this so i might as well answer it.
Solution is to install smbfs in the virtual machine. If you type "smbmount" in ubuntu it tells you to do so.....
|
Forum: Development
2010-09-22, 18:03
|
Replies: 7
Views: 9,379
|
Forum: Development
2010-09-16, 07:32
|
Replies: 3
Views: 3,345
Re: Geolocation for QtWebkit?
Use Qt Mobility to get location (really easy): http://doc.qt.nokia.com/qtmobility-1.0/location-overview.html#requesting-location-data-from-data-sources
|
Forum: Development
2010-09-16, 06:01
|
Replies: 4
Views: 3,116
|
Forum: Development
2010-09-16, 05:34
|
Replies: 4
Views: 3,116
|
Forum: Development
2010-09-08, 10:45
|
Replies: 5
Views: 7,326
|
Forum: Development
2010-09-03, 17:30
|
Replies: 23
Views: 17,378
Re: QML on N900
We're working on components for Qt Quick; http://gitorious.org/qt-components
|
Forum: Development
2010-09-03, 13:57
|
Replies: 1
Views: 1,169
|
Forum: Development
2010-08-30, 00:47
|
Replies: 6
Views: 3,304
|
Forum: Development
2010-08-29, 21:10
|
Replies: 2
Views: 4,499
|
Forum: Development
2010-08-29, 16:00
|
Replies: 2
Views: 3,405
|
Forum: Development
2010-08-26, 19:58
|
Replies: 2
Views: 2,458
|
Forum: Development
2010-08-26, 13:36
|
Replies: 5
Views: 2,813
|
Forum: Development
2010-08-26, 00:27
|
Replies: 13
Views: 3,321
Re: Post-development steps
If I were you I would try and package it yourself and test installing it on your own device before uploading it to extras-devel. From your post I dont think you have done this yet.
Speaking for...
|
Forum: Development
2010-08-24, 11:05
|
Replies: 13
Views: 3,321
Re: Post-development steps
I am very far from being an expert but following the wiki instructions (http://wiki.maemo.org/Packaging_a_Qt_application) works for me.
|
Forum: Development
2010-08-23, 11:13
|
Replies: 14
Views: 3,648
Re: Liblocation problems
I am not sure but can you try this,
change the first line in locationinfowidget.cpp from:
#include <hildon/hildon-banner.h>
to
extern "C" {
#include <hildon/hildon-banner.h>
}
|
Forum: Development
2010-08-19, 10:28
|
Replies: 6
Views: 7,035
|
Forum: Development
2010-08-19, 08:28
|
Replies: 3
Views: 2,353
|