I do not have the same sysroot (harmattan-meego-arm-sysroot-1122-slim) as you but one of mine (harmattan-arm-sysroot) does have the requisite ShareUI folder with all the right contents.
My...
Type: Posts; User: mac1ej; Keyword(s):
I do not have the same sysroot (harmattan-meego-arm-sysroot-1122-slim) as you but one of mine (harmattan-arm-sysroot) does have the requisite ShareUI folder with all the right contents.
My...
Because I do not see any errors in your screenshot, whereas when I run the same project the following error turns up:
../sharebear/main.cpp:3: fatal error: ShareUI/Item: No such file or directory...
Indeed, after cleaning up my environment the pkg-config errors do go away!
But did you comment out:
#include <ShareUI/Item>
in main.cpp?
Just curious, since mine still throws an error:
Fixed that and it makes no difference :(
I updated the github project with the corrections and a build script.
I can reproduce that on the command line, but I am not really sure what to do with it.
- I cannot pass '-lshare-widgets -L//usr/lib -lshare-ui-common -lmdatauri' to the LIBS += in my .pro file
-...
Not trolling, really trying to solve this, have gone to great lengths to figure this out and I appreciate your responses so far. I do not think I am the only one struggling with this and I fully...
I have tried setting PKG_CONFIG_PATH in my .zshrc as well as the Projects/Build Environment section of Qt Creator, but still get the same error. My setting looks like:
export...
Thanks for your replies! Still no luck!
Does the order of CONFIG entries matter?
I have posted up my hello-world project on github: https://github.com/matyjas/share-bear
You can see the full...
Tried this again and still no success, my main/cpp looks like:
#include <QtGui/QApplication>
#include <QtDeclarative>
#include <ShareUI/Item>
int main(int argc, char *argv[])
{
...
Quick follow up, tried the following with no success:
1. In a hello world project try to:
#include <ShareUI/Item>
while having the following in the .pro file:
# share lib setup
CONFIG...
Thanks for your responses, but I am still missing something fundamental.
If I check out this project:
...
Is your question why I cannot resolve #include <ShareUI/Item>? I assume that I cannot because my project is not correctly configured, that I need something like:
CONFIG += share-ui
in my .pro...
I am looking to add social sharing into our applications but cannot figure out how to access the sharing API from Qt/QML.
The sharing UI feature is documented here:...
What format worked for you? Which one didnt?
Thanks,
Maciej
I have reproduced your issue, I guess we are the QA team!
My 3660 has the following firmware: v 4.57; 21-10-2003; NHL-8.
Cheers!
hi,
Has anyone had problems using DirectGraphics.drawPixels() on 6600? I running code on both 6600 and 3650. The 3650 runs fine
however the 6600 consistantly throws up a...
it is present in both the s60 symbian os emulators (as opposed to the concept emus) as well as the actual device.
Stack trace points to String.getChars() as the culprit, which is funny because...
how does one reclaim memory lost to this rms bug?
since i switched to Series_60_MIDP_Concept_SDK_Beta_0_3_Nokia_edition emulator this error doesnt come up and you can use it more than once in wtk2.0 without a restart.
Seems like the default clip area on series 60 phones is significantly less than the full screen. It comes in as 144 versus the full screen of 208. This happens without any clip manipulations on my...
Im looking for a profiler to use with my series 60 applications.
A profiler provides information about performance bottlenecks in your code.
Sun's wtk comes with a profiler since the 104...
working on 3650 with multimedia api.. playing MIDI files using Player. First time my sounds play fine. When playing sounds again, i get the following error from my prefetch call:
...