About Windows 64-bit for (VS 2012)
Hi all I’ve been using Qt5.1 + MiniGW on windowsXP 32bit. I changed my PC whose OS is Windows7 64bit and tried to install Qt, but I realized Qt5.2 + MiniGW64bit is not provided. So I downloaded...
View ArticleWebKit building ANGLE on Linux?
I am trying to build Qt 5.2 on Linux (Debian 6) and it stopped when building QtWebKit: flex --noline --nounistd --outfile=generated/glslang_lex.cpp...
View ArticleQMYSQL driver not loaded on Ubuntu
Hello everybody i get and installed Qt 5.2 ×64 edition for Linux ubuntu. I have QTPLUGIN += qsqlmysql and QT += sql in file .pro and libqsqlmysql.so plugin is in...
View ArticleNo auto detected qt versions
I have been trying to start a project on qt for a week but i had to set everything up since qt didn’t come with any compiler, debugger, and version. I have got the compiler and debugger now but how do...
View ArticleQt 3D Make Error
I am trying to build Qt 3D on Windows 8 using Qt 5.2.0 and the following worked. call git clone git://gitorious.org/qt/qt3d.git cd qt3d qmake -recursive qt3d.pro However, running make resulted in an...
View ArticleWIndows 8 64 bit Error while building/deploying project see (kit: Desktop)...
02:48:55: Running steps for project see… 02:48:55: Starting: “C:\Qt\Qt5.2.0\5.2.0\msvc2012_64_opengl\bin\qmake.exe” C:\Qt\Qt5.2.0\Tools\QtCreator\bin\see\see.pro -r -spec win32-msvc2012 “CONFIG+=debug”...
View ArticleLatest Qt3D build under Windows 7
Hi all, First, I’d like to say that I installed Qt 5.2 about two weeks ago with the OpenGL/windows 7/Visual Studio 2010 plugin and its works quite well under Win7-64 bit. Right now I’m struggling to...
View ArticleQT 5.2.0 for Windows and Android on same system possible (Windows 64 Bit)?
Hello, I want to develop with QT 5.2.0 for Windows as well as for Android on the same system. My computer is capable of running 64 bit software, but as far as I have seen QT 5.2.0 for Android is only...
View ArticleCannot compile code against qt4
Hello, I’m running ArchLinux and recently installed Qt4 and Qt5. However, the tutorial that I’m going through requires Qt4. Here is my code. #include <QApplication> #include...
View ArticleWARNING: Failure to find: gui\*.cpp
This should be straight forward but I cannot figure out why whenever I use gui/*.cpp it cannot find it but is I write out the whole file name,gui/mainwindow.cpp, it finds it without any problems. Does...
View ArticleCode worked before, updated Qt and doesn't now :c [SOLVED]
To give a bit of explanation: The program should link a spinbox and a slider so that as you change the value of one it would alter the value of the other; so at all times these would have the same...
View ArticleCompiling from repository with mingw64, webkit problem
I’m compiling 5.2.0 stbale from the repo. So far everything went smooth. Now I encountered a problem which doesn’t have an obvious solution for me. mingw32-make[4]: Entering directory...
View ArticleCan't install Qt 5.2.0 on Mavericks
As the title says, I can’t install Qt on Mavericks. The setup first tells me that I need to have XCode Command Line Tools installed. If I continue the installation, it gives me an error about not being...
View ArticleLinking error in libhpdf.lib on compiling the project with Qt 5.1.1
Hi, Do anyone is having any idea what is going wrong with the linking of libhpdf.lib in Visual Studio 2008 . I am compiling the code with Qt 5.1.1. libhpdf.lib(hpdf_streams.obj) : error LNK2019:...
View ArticleHow to install multiple Qt 5.2 versions on Windows using offline installers
Hello, With previous Qt versions I have used the online installer to install the 32- and 64-bit MSVC and 32-bit MinGW Qt versions. This was pretty elegant as it created one root folder, one Qt Creator,...
View ArticleQt designer source code customization
Hi All, I am new here. I would like to customize Qt Designer to my own preferences. To do so, I would like to change the source code of Qt Designer. Or is there any other way to add some code into Qt...
View ArticleProblem deploying QT Android
Hello, i have qt Creator installed and android. I read this link: http://guillaumebelz.wordpress.com/2013/07/04/developpez-en-natif-pour-android-avec-qt-5-1/ when i want to compile a qt quick...
View Articlercc crash building Qt 5
Hi all. I’m new here but I have years of experience in Qt. I’ve built Qt 4 many times without problems but Qt 5 seems more complex. I’m trying to build Qt 5 with Visual Studio 2008 SP1 and Windows SDK...
View ArticleIssue with the layout / directory structure of Qt Source vs Pre Built Packages
I downloaded the Qt 5.2.0 source because I needed to build using Visual Studio 2012 – 32 bit with Open GL support – there are no pre-built libraries for this configuration. I installed all the tools...
View Article"InterlockedCompareExchange@12" not be found in DLL "libstdc++6.dll"
Hey, I use Qt5.1.0 with mingw48_32 on Windows 7 64bit. For some reason I had to add another compiler version. I downloaded Mingw 32 bit with gcc 4.7.2 and added it as custom compiler to Qt Creator. I...
View Article