Deploying Qt5 on Windows 7: Too Difficult
The documentation for how to deploy Qt 5 on Windows is too hidden and is missing several pieces of crucial information. This makes deploying Qt5 MUCH more painful than it really should be. Through a...
View ArticleCompiling QT5 from git with intel compiler 2013
Have anyone done it?Main libs are compiled without errors, but it is not possible to compile WebKit Qt library.. it breaks on JavaScriptCore compilation…. Is there any plans to support this version of...
View ArticleCreating Dynamic Plugin on Visual Studio 2010 Express
How can I create an Visual Studio 2010 project for creating a Dynamic Plugin for my Qt Application? Works on Qt Creator using .pro file with: TEMPLATE = lib CONFIG += qt plugin But I can’t add the...
View ArticleCould not determine the path to the binaries...
I’ve been having the worst possible trouble trying to get Qt to compile a very simple beginner program, and now it’s starting to drive me insane. I’m very new to programming, so please bare with me....
View ArticleGoing back to Qt 4
Hi, All my question is in the topic, how do we go back to the old qt ? Qt4 ? Thanks
View ArticleProblem with Qt Creator
Hi, I have some strange problem with Qt Creator. I just installed on my Windows 7 (32 bit) : – Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB) . Everything was fine during installation but after that...
View ArticleBuilding Qt 5.0.1 on Debian Wheezy
When building Qt 5 on Debian Wheezy i get this error: /home/gt/Downloads/qt-everywhere-opensource-src-5.0.1/qtwebkit/Source/WebCore/release/libWebCore.a: member...
View ArticlePySide Mobility
Hi all I would like to use the location mobility module with PySide. Google does not return any information on installing the mobility modules and for some reason the search in this forum don’t seem to...
View ArticleCannot overwrite file
greetings after commiting a mistake of installing the old qt from the ubuntu software center i unistalled and downloaded the latest one from the website but now i get this erorr message: cannot...
View ArticleLink Error while compiling program through Qt Creater 2.6.2
Hi All I have installed Qt 5.0.1 and Qwt 6.1 on my windows 7 based PC. I am compiling my program through Qt Creater 2.6.2. While compiling I am getting link errors related to socket functions like...
View ArticleHow to set deployment target on Mac?
Hi, I’m using in my app NSSharingServicePicker, that is part of the new sharing API in Mountain Lion and I cannot build my app to make it work on Snow Leopard. The app is working fine in ML but when...
View ArticleDeploying Qt 4.8 application on Mac OS X
Hello. I am developing a Mac OS X application that I would like to run on OSX 10.6 and higher. The development platform is Mac OS X 10.8 + XCode 4.5.2 + Qt 4.8.4. I set XCode deployment target to 10.6,...
View ArticleQt 5.0.1 compile docs MinGW + Windows 8
I am using Windows 8 and the latest MinGW. Qt5 builds fine, but I can’t build qch_docs. I am using: configure -opengl desktop mingw32-make -j8 mingw32-make docs I am getting this error:...
View ArticleHow to use libsndfile and OpenAL with Qt5
Hi, For days I’m trying to get OpenAL and libsndfile (or sometimes other libs) working with Qt+MinGW under Windows 7, but everytime they don’t work because the MinGW compiler shipped with QtCreator is...
View ArticleExe Doesn't work if copied Out of the Folder[SOLVED]
On deploying Qt app for windows by putting the necesary .dll files along with the executable file in a folder, the app runs correctly, if ran from inside the folder. But gives an Error , if exe is...
View ArticleQT5 make fails on QUrl
HI, I’m building QT5 from GIT, but my make command fails on the QUrl class Here comes the error: In file included from ../../../../include/QtCore/qurl.h:1:0, ...
View ArticleCompilation Qt 4.8.4 on Windows x64 without zlib
Hello! I have to compile Qt 4.8.4 on Windows x64 without qt-zlib, because of another library, that is also using zlib inside. I am using Visual Studio 2010, x64 command prompt I used following...
View ArticleMinGW-builds compiling 4.8.4 fails on includes using apostrophe
Folks, I’ve encountered this crazy problem, which I haven’t been able to solve so far. I will try to describe it as best I can, but it might be a little confusing. Using mingw-builds x32 4.7.2 along...
View ArticleUnresolved external symbol Link error while compiling Qt program on wondows 7
Hi All, I have installed Qt 5.0.1 and Qwt 6.1 on my windows 7 based PC. I am compiling my program through Qt Creater 2.6.2. While compiling I am getting link errors related to socket functions like...
View ArticleQt installation folders
Hi all, I am new with Qt and moreover I start with it in the PC of a workmate, where he has already installed Qt. First of all, I would like to know why I can found projects in different folders of the...
View Article