Qt 5.2 build (VS 2013 64-bit) generates crashing EXEs
Hi, I followed these steps to create a 64-bit build of Qt 5.2 using Visual Studio 2013 (everything done from the Visual Studio 2013 ×64 Command Prompt): - I cloned the git repository: git clone...
View ArticleHow add MinGW build setup to already installed MSVC setup?
I have downloaded and installed the Qt 5.1.1 Win 32-bit MSVC 2010 pre-built binary including Qt Creator. Now, I’d like to add the MinGW build chain as a kit to Qt Creator. What is the best way of just...
View ArticleBuild error: cannot find -lGL
Using Fedora 20 beta $ uname -a Linux vmf20 3.11.6-301.fc20.x86_64 #1 SMP Mon Oct 21 21:54:19 UTC 2013 ×86_64 ×86_64 ×86_64 GNU/Linux QtCreator 2.8.1 Based on Qt 5.1.1 (GCC 4.6.1) I successfully built...
View ArticleFailed to intall Qt 5.2.0 on MacOS X 10.9 - Mavericks
Failed to intall Qt 5.2.0 on MacOS X 10.9 – Mavericks I successfully installed XCode 5.0.2 and the command line tools (Oct 2013) before installing Qt. A dialog informs me the the installation fails....
View ArticleStrange Crashes/Freezes on some OSX's but not on others..
Hi, I am trying to make an app run across various OSX systems.. using Qt 5.2rc on OSX 10.9, as described in this thread: http://qt-project.org/forums/viewthread/35861/ After my problems of opening...
View ArticleError cannot find -lGL (Ubuntu with Parallels)
I get error message :-1: error: cannot find -lGL when try to build a qt project. This happend before in my previous Ubuntu setup and solved it with make a symbolic link to a file but I don’t remember...
View ArticleQt5.1.1 build with openSSL option gives link error
Hi, When building Qt5.1.1 ×64 for vs2010 with the openssl option, I get the following building errors: …. Thu, Dec 05 2013 17:43:23 Qt5Networkd_resource.rc Thu, Dec 12 2013 16:42:59...
View ArticleInstalling Qt 5.2 without wiping previous versions
I’ve been working with Qt 5.1.0 and maintaining code for Qt 4.8.3. Both versions live side by side in C:\Qt. I now ran the Windows (online) installer for Qt 5.2 and while offering the path C:\Qt as a...
View ArticleHow do I set remote path for remote deploy in Qt Creator Projects?
I am trying to cross compile for Raspberry Pi (a small embedded linux computer), using as a desktop computer running Slackware Linux 13.37 and Qt Creator 2.8.84/3.0.0-rc1. Everything is working up to...
View ArticleCannot build Qt5.2RC1 on Mac ... please help
I will eventually get to RTM since it just came out but I have honestly invested 2 weeks trying to get Qt5 building and getting our app to build against it and I am still not done. The problem I would...
View ArticleBuild failure of Qt 5.2 on Mac OS 10.9 with Xcode 5.0.2 - can't find MacPorts...
Hi All, Nice to see Qt 5.2 released :) At the moment I’m not able to build it, though. My configure line looks like this: ../qt-everywhere-opensource-src-5.2.0/configure -sdk macosx10.9...
View ArticleMy app crashed after using macdeployqt (Qt5.2 RC 1)
At first, I built my app with Qt5.1.1, but I got rejected by the Mac App Store because of QWebKit( I was told my app was using non-public API), I heard of Qt5.2 RC1 using QML/Quick/Webkit/Network/etc...
View ArticleConfigure and install Qt for winCE 6.0 touch panel
Hi, I tried to install Qt into visual studio 2008 (prof), just to develop a program for a Siemens touch panel, but I’m not sure what to write into the configure xplatform and I don’t want to wast too...
View ArticleBuilding Qt-5.2.0 on RHEL-6.4 (64bit) from Source or Upgrade Development...
Hi, As I know, Qt-5.2.0-linux-64bit-offline installer is NOT meant for Red Hat Enterprise Linux (RHEL)-6.4 (but for Ubuntu). What is the right and easy option to get Qt-5.2.0 working on RHEL-6.4: a....
View ArticleCannot Build Qt 5.2 With Visual Studio 2012
I’ve been compiling ever release of Qt since 5.0 and it always compiles fine but I am now getting error 2 from jom. Here are the commands I ran: configure -no-opengl -nomake examples -nomake tools...
View ArticleBinary package for Android information
I want to develop applications for linux64 and for android on same linux64 PC if i download package Qt 5.2.0 for Android (Linux 64-bit, 488 MB) does the package include Qt 5.2.0 for Linux 64-bit (423...
View ArticleQt 4.8.5 Build Fails with GStreamer Error
Hi All, It looks like this has been covered before, but I have not seen a solution that solves my issue. I am getting the typical build error: Project ERROR: Package gstreamer-app-0.10 not found This...
View ArticleUnable to install/find arm compiler
I have installed Qt 5.2 on my Fedora 20 machine. I try to follow the manual on creating a sample app, but I fail when I am to choose armv7 – I get a warning saying that my /usr/lib/ccache/g++ compiler...
View Articlecollect2.exe:-1: error: error: ld returned 1 exit status
I have installed Qt 5.1.1 on my windows 8 machine. I am compiling with mingw and want in link to gsl. I set my paths to: C:\Program Files (x86)\GSL-1.13;C:\Qt\Tools\mingw48_32\bin My pro file is QT +=...
View ArticleBuilding Qt 4.8.4 with MySQL
I’m trying to build the “Qt Everywhere” Qt 4.8.4 from source (I haven’t ported my app to Qt5 yet, but it’s on my list of things to do for the next release) because I recently built a new computer and...
View Article