Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-05 Thread Thiago Macieira
On terça-feira, 5 de junho de 2012 14.47.24, lars.kn...@nokia.com wrote: > I think 49e7ff443bc4f70164209b59770a901bf3ac3eab is to blame here. > > Frederik & Jorgen, can you have a look, please? QtWidgets can't link > against platform support. Yes, that's the one. QtPlatformSupport is only to be u

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-05 Thread lars.knoll
I think 49e7ff443bc4f70164209b59770a901bf3ac3eab is to blame here. Frederik & Jorgen, can you have a look, please? QtWidgets can't link against platform support. Cheers, Lars On 6/5/12 10:59 AM, "ext Gatis Paeglis" wrote: > > > >Hi, > >I didn't specify anything explicitly. Qt

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-05 Thread Gatis Paeglis
Files in the attachment. On 06/05/2012 12:12 PM, ext Thiago Macieira wrote: On terça-feira, 5 de junho de 2012 10.59.45, Gatis Paeglis wrote: QT += core widgets TARGET = betatest TEMPLATE = app SOURCES += main.cpp Hmm... that's no good. Can you attach the .prl files for QtCore, QtGui an

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-05 Thread Thiago Macieira
On terça-feira, 5 de junho de 2012 10.59.45, Gatis Paeglis wrote: > QT += core widgets > TARGET = betatest > TEMPLATE = app > SOURCES += main.cpp Hmm... that's no good. Can you attach the .prl files for QtCore, QtGui and QtWidgets? Also, please run qmake -d -d 2>qmake.out and attach that qm

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-05 Thread Gatis Paeglis
Hi, I didn't specify anything explicitly. Qt links against PlatformSupport even with fallowing code: #include int main(int argc, char *argv[]) { QApplication a(argc, argv); return a.exec(); } *.pro file: QT += core widgets TARGET = betatest TEMPLATE = app SOURCES += main.cpp

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-01 Thread Thiago Macieira
On sexta-feira, 1 de junho de 2012 17.03.20, Gatis Paeglis wrote: > Ah, all this was caused by missing libraries, it happens when using > fresh installation of linux.. :) Yes, as expected. However, please tell us why you're linking to PlatformSupport. Did you do that on your own? Where did the dep

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-01 Thread Gatis Paeglis
Ah, all this was caused by missing libraries, it happens when using fresh installation of linux.. :) On 06/01/2012 03:26 PM, ext Thiago Macieira wrote: On sexta-feira, 1 de junho de 2012 14.49.55, Gatis Paeglis wrote: g++ -Wl,-O1 -Wl,-rpath,/home/gp/QtSDKBETA/Desktop/Qt/5.0.0/gcc/lib -o betate

Re: [Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-01 Thread Thiago Macieira
On sexta-feira, 1 de junho de 2012 14.49.55, Gatis Paeglis wrote: > g++ -Wl,-O1 -Wl,-rpath,/home/gp/QtSDKBETA/Desktop/Qt/5.0.0/gcc/lib -o > betatest main.o-L/home/gp/QtSDKBETA/Desktop/Qt/5.0.0/gcc/lib > -lQtWidgets > -L/var/lib/jenkins/workspace/qt5-beta-bin-ubuntu1204-32/shadow/Desktop/Qt/5. >

[Releasing] Package Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run

2012-06-01 Thread Gatis Paeglis
Building simple Qt application fails: 1) Install Qt-5.0-beta-offline-linux-x86_32-ubuntu1204.run 2) add qmake to PATH 3) qmake 4) make g++ -Wl,-O1 -Wl,-rpath,/home/gp/QtSDKBETA/Desktop/Qt/5.0.0/gcc/lib -o betatest main.o-L/home/gp/QtSDKBETA/Desktop/Qt/5.0.0/gcc/lib -lQtWidgets -L/var/lib/j