On 02/21/12 18:45, aurindam.j...@nokia.com wrote:
> In Qt5 dir
> git pull
> git submodule init qtjsbackend
> git submodule update qtjsbackend
>
> cd qtjsbackend qmake make
Thanks for confirming that. The mistake I was making was not having these
shell variables set before trying the above...
exp
On 02/21/12 15:38, Szalata, Zenon M. wrote:
> I have unpacked qt-everywhere-opensource-src-4.8.0 into the first directory.
> There I executed configure -prefix /opt/qt/qt-4.8.0, followed by make and
> make install and this worked fine.
> Then I modified PATH to include /opt/qt/qt-4.8.0/bin.
> I
On 02/21/12 09:41, Rohan McGovern wrote:
>> I'm on linux but still, I have nothing in qtbase/src/v8 after doing a git
>> clone and init-repository.
>
> The quoted text seems to be out of date.
> It is now in the qt/qtjsbackend repository.
> init-repository should have given you that by default.
T
Sorry for newbie questions but how do I get v8? This page mentions...
http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git
"Compiling v8 in qtbase requires Python. Make sure you have a python.exe
in your %PATH%, go to qtbase\src\v8, run qmake && nmake."
I'm on linux but still, I have nothin
On 02/21/12 05:06, Thiago Macieira wrote:
>> .../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37:
>> fatal error: QtCore/qsystemdetection.h: No such file or directory
>> compilation terminated.
>
> You haven't run syncqt or configure or make from the top-level in a while.
>
I'm probably doing something wrong but anyhow...
.../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37:
fatal error: QtCore/qsystemdetection.h: No such file or directory
compilation terminated.
My qtbase/src/corelib/global/qglobal.h has...
66: #include
67: #include
68: #in
On 2011-11-24 12:07 PM, Alex Strickland wrote:
> If I maximise a screen, is there a way to scale everything?
> Does my initial rectangle of 400x400 scale up to the screen
> pixels? Does x = 5 become 20 if, for arguments sake, my
> screen is 1600x1600.
Not automatically but you can do something lik