Common reason for this issue is unclean environment variables.
So, make sure that PATH, INCLUDES, LIBS and QTDIR does not point to old
version of Qt, SDKs or previous builds. And if you *do* set QTDIR, it
needs to point to /qtbase.
--
.marius
On 04/09/2012 04:38 PM, ext qtnext wrote:
> Hi,
>
Hey Haithem,
All Girish was trying to indicate is that -lGL is not being explicitly
added to the widgets link line; it is probably being snuck in via some
environmental querying mechanism like pkg-config. This is a real pain
in the rump to debug, and I personally tend to edit the .pro files,
make
Hi,
I am trying to build QT5 alpha using configure then perl build... It
start fine (build a lot of dll), but failed when building qtxmlpatterns :
build qtxmlpatterns...
+ cd qtxmlpatterns && qmake -r
Could not find mkspecs for your QMAKESPEC(default) after trying:
C:/dev/x32/qt5-a/qtxm
Hi, if you want to be in Qt Contributors Summit, you meet the criteria
at
http://qt-project.org/groups/qt-contributors-summit-2012/wiki#0603623aed00ca2a39deacd463852a44
BUT you can't cover your own travel / accommodation ACT FAST.
Request an invitation at
http://qt-project.org/groups/qt-contr
Hello,
First and foremost congrats for Qt5 alpha release, it is great to see Qt
moving forward.
Back in December I tried to merge current android port but I quickly gave up
because Qt 5 didn't seem to be too stable and it didn't had all the features
I was looking for[1], these days I briefly chec