Re: [Interest] New Qt Application; request for comments.

2012-04-09 Thread Diego Schulz
On Sun, Mar 25, 2012 at 2:35 PM, wrote: > Dear All, > > I have posted a new Qt C++ application to SourceForge at > http://sourceforge.net/projects/deepdigest/ . It is a file integrity checker > and attempts to make full use of the Qt model/proxy/view architecture. It is > quite a substantial app;

Re: [Interest] using the Qt SDK - qmake and mkspecs not copied?

2012-04-09 Thread Danny Price
OK I figured out what was going on. It seems that make install was failing halfway through because it couldn't find some webkit-related pro file. make install -i (ignore errors) forced it to complete and qmake and the mkspecs were copied. On 8 Apr 2012, at 21:04, Danny Price wrote: > I'm devel

Re: [Interest] 转发: [Qt-embedded-interest] A Problem when I cross compile the qt-4.8

2012-04-09 Thread Thiago Macieira
On segunda-feira, 9 de abril de 2012 13.13.09, sxjyx2004 wrote: > Creating qmake. Please wait... > g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -g -I. -Igenerators > -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/symbian > -Igenerators/integrity > -I/home/sxj/work/qt-eve

[Interest] Node-Qt: Qt bindings for Node.js (Windows, Mac, Linux)

2012-04-09 Thread Artur Adib
Greetings everyone, I am a Node.js *and* Qt fan, so I thought I'd combine both worlds and bring some graphics/audio capabilities to Node.js via Qt: https://github.com/arturadib/node-qt I've worked hard to make the installation/build work out-of-the-box across platforms (via a simple `npm insta