09-22-2012 11:16 AM
09-22-2012 11:21 AM
Thank you!
09-23-2012 03:51 PM
hi
have no problems building Qt 4.8.3 + qt components under windows 7 64bit using instructions from here
09-23-2012 05:55 PM
These instructions didn't do it for me. What compiler do you use?
09-24-2012 07:49 AM
obviously, the one from bbndk
@all: any1 tried Menu component on BB10?
it seems it deosnt works on BB10
09-24-2012 09:20 AM
qcc compiles the required configure.exe ?
09-24-2012 09:47 AM
09-24-2012 04:43 PM
actually you do not need the desktop QT installed at all. you do however need to install Mingw. I have been working on building the LIBs in windows (not sure why people care if the build is in windows or Linux...except for the qmake part) but I decided I would get it to work.
I will say this - it's taking much longer to build in the Windows VM that is does in the Ubuntu VM. But I hope to have the results posted today or tomorrow (depending on how long it takes to build).
09-25-2012 09:08 AM
09-28-2012 09:42 AM
MouseArea {
anchors.fill: parent
onClicked: {
Qt.quit();
}
}
The above qml code (from the default template) causes the error below. Any idea what I am doing wrong? This works on desktop and symbian.
Signal QDeclarativeEngine::quit() emitted, but no receivers connected to handle it.