| Founder: | Wolf P. |
| Members: | 109 |
| Category: | Meta groups |
This is an overview of the latest updated topics, visit the full forum here.
replies
Building qt5.1 for android on mac May 16, 2013
I’m trying to build qt5.1 beta on mac for android. Here is steps i passed:
1. Installed Android SDK
2. Installed Android NDK
3. With NDK tools downloaded and installed neccessary platforms
4. Made attempt to build qt
Latest step is main problem now. I got following error during building:
In file included from ./wtf/unicode/Unicode.h:34:0,
from ./wtf/text/ASCIIFastPath.h:30,
from ./wtf/text/WTFString.h:28,
from wtf/DateMath.h:54,
from wtf/DateMath.cpp:73:
./wtf/unicode/icu/UnicodeIcu.h:27:27: fatal error: unicode/uchar.h: No such file or directory
Perhaps i can skip webkit building but i need webkit. As i understood problem is in lack of ICU library in installed android platforms. I.e. now i need build ICU. I cloned it from https://android.googlesource.com/platform/external/icu4c but now i just can’t understand how to build it. How to run configure to configure ICU for android? How to build it? How to make icu library available for further qt build? Could anybody help?
replies
Windows maximize button inactive with 5.1.0 May 15, 2013
Anyone else experience this? I updated to the 5.1.0 beta and the windows maximize button is now inactive for my QQuickView based UI. Anyone know if an API or default changed recently? The flags variable still seems to indicate that it should be active.
replies
[solved] qt5_tool config number of cores for building? April 23, 2013
Is there a way to set the number of cores the build process will use when running qt5_tool -c -u -b
Update:
Got it working by changing line 162 of the qt5_tool file.
from:
- my @makeArgs = ('-s');
to:
- my @makeArgs = ('-j', '16', '-s');
replies
Submitting QtDevNet bug reports and suggestions April 29, 2010
Before posting about a new bug or suggestion please have a look at the current JIRA issues [bugreports.qt.nokia.com]. A quick search on the site [developer.qt.nokia.com] will tell you if what you want to post about has been discussed before. You can vote on issues there btw.
When that is done we can jump to the next step. If you are familiar with submitting bug reports for Qt this will be easy as pie.
We have a project in bugreports.qt.nokia.com for this, go to this link:
http://bugreports.qt.nokia.com/browse/QTWEBSITE [bugreports.qt.nokia.com]
When submitting a bug or a suggestion please select the component developer.qt.nokia.com in the Qt Websites project, like this:

For bugs: Make sure you write down what browser/OS you are on, and if you have a screenshot it would help a lot.
If you’re interested in joining the efforts of making this site the ultimate Qt resource please consider joining the DevNet Meta [developer.qt.nokia.com] group.
Thanks!
-Marius
replies
Qt creator April 3, 2013
Hello,
My problem question is same as asked in thread 11687 but i want to show the output in continous manner.
Like if i m installing a software then first line of process shown in terminal to be displayed in textbox and then the second one while the process still running.
how i m gona achieve this…
help me out in this…..
Thanks……
replies
QTableView click & doubleClick signals don't work March 21, 2013
I’m trying to make my application to respond to user selecting the QTableView row and perform some furter actions, based on the
row selected. Everything works fine with the signal activated. It is fired when key ENTER is pressed on the selected row(on Windows). But I’d like
table to respond also to mouse clicks. For some reason it doesn’t work. Please see the connects bellow:
// table_m is QTableView, it shows data from the model in GUI, works fine
connect(table_m, SIGNAL ( activated(const QModelIndex&)), this, SLOT ( RowSelected(const QModelIndex&)));
// this works fine, slot function is called when key ENTER is pressed, I get correct index in the argument passed
connect(table_m, SIGNAL ( clicked(const QModelIndex&)), this, SLOT ( RowSelected(const QModelIndex&)));
// this does not work ! Please help.
connect(table_m, SIGNAL ( doubleClicked(const QModelIndex&)), this, SLOT ( RowSelected(const QModelIndex&)));
// this does not work either !
replies
Bug with the abbreviation feature March 25, 2013
I just spotted an issue in the feature that underlines abbreviations with a dotted line and provides a highlight. Considder this post. Note how of the OMR abbreviation the MR is underlined? That is clearly a bug, as the MR here does not stand for Merge Request. The feature should only kick in for abbreviations used as a whole word I think.
replies
Recend changes cause a lot of dead links March 20, 2013
It has come to my attention that recent changes have caused a lot of links to break. It would be nice if there is something that could be done about this. I found that out while searching for information – a lot of the adequate answers consist of links to resources, and with the links broken the answers are rendered invalid and useless.
And it doesn’t seem to be an issue of old resources or those under the Nokia umbrella. For example this link [doc.qt.digia.com] was valid just 2 months ago, today it redirects me to here [qt-project.org], which is hardly useful.
replies
Google does not find Qt reference doc anymore for some classes March 18, 2013
Hello,
Since several days, Google (www.google.fr) does not answer with the Qt reference page when asking for Qt classes. For example, the request “QXmlQuery” answers with the Nokia harmattan page and stackoverflow pages. No link to http://qt-project.org/doc/qt-4.8/qxmlquery.html for example up to the 10th page.
QString reference is still found easily.
Do you think it is a problem with the documentation site or with Google itself ?
Regards,
Gaël
replies
gerrit and qt5_tool March 10, 2013
Hi All,
When trying to pull the dev branch using ‘qt5_tool -p —branch dev’ I am running in the problem that he is trying to fetch from
gerrit. Because of the lack of an gerrit account, this fails.
Is it strictly necessary to have a gerrit account to use the qt5_tool in this way l or did I do anything strange. I simply would like to test some new stuff from Qt 5.0.2.
Thanks
MikeThis is an overview of the latest updated topics, visit the full forum here.