What build of qt 5.4 should I use If I want to use QWebEngine and run it on...
I used Qt 5 for Windows 32-bit (VS 2010, OpenGL) version because I need to run my application on Windows XP. What build of qt 5.4 should I use If I want to use QWebEngine and able to run it on Windows...
View ArticleBuild old project with old clang compiler version
Hi, Motivation: As part of my daily work, I need from time to time, to solve issues on old version of my application. Issue: I have a bug which I need to fix on old version. This version was built and...
View ArticleHelp me,please when install Qt by Sources code
I have tried to install using following command (copied from link which you have posted )but not able to install all packages. My operating system is SUSE 11SP3.i586 sudo zypper in...
View Article[SOLVED] Qt5 and Mac 10.6.8
Hi, I’ve downloaded the last version of Qt5 opensource, but during the installation I have some problem and when I try to run Qt Creator it crash (a problem with a libc++.dylib) Now I have the...
View Article[Solved] Desprately need help with QT for symbian
Hi Everyone This is my first post here I have been trying for months to setup QT for symbian but cant find where to start. I am totally new to QT so have very poor knowledge of it. so thats why i...
View ArticleQt5 static and CMAKE = undefine references
Hi everyone, I have a static version of Qt that i would like to use with cmake. While everything works fine if Qt is shared, when using the static version, i get the following :...
View Articleqt 5.2.0 no compiler definited
So basicly I had installed the qt 5.2.0 I had previously installed visual studio 2013 I just wana build an app but id doesnt detect a suitable compiler This is how my kit looks and this is how my...
View ArticleQT5 KArchive Not Found
I am trying to use KArchive to zip a file. I can get the example file to work if I use CMAKE, but QT is unable to find it the .pro file comments say Show how to use KArchive using qmake Set $QMAKEPATH...
View ArticleQt-app embedded on Raspberry Pi (B+)
I’ve been building my own media center in Qt/C++ which seems to run fine on my Mac and my Ubuntu machines. I’m primarily using QtWebKit. I’ve just bought a Raspberry Pi B+ and would love to get it on...
View ArticleQT5.3.2 installation with libIMGegl and libsrv_um
Hello, I am working in an Open Embedded environment and am updating from QT5.2.1 to QT5.3.2. So far everything has built and compiled perfectly! However, it has been noted that following files were...
View ArticleQt Creator does not show any examples
There are several articles about missing examples but none solve my problem, so here goes: I have installed Ubuntu 14.04 on a desktop PC and installed QtCreator using the Ubuntu Software Centre. That...
View ArticleLinking of libQtWebKit fails because of missing -lX11 argument
Hi there, I’m trying to set up my development environment for Linux X11 & embedded (BeagleBone Black) targets. I was able to build Qt everywhere for embedded perfectly fine, but having issues...
View ArticleQt 5.3.2 depends on MF.DLL even with "-target xp" build option
I’m trying to build a Qt version which will also run on Windows XP, since many still use this. I’ve built the Qt 5.3.2 library from command line using the VS2010 32-bit compiler and the following...
View ArticleQtVSAddin for Qt 4.x not building
I just tried to build the QtVSAddin for Qt 4.x like suggested here: http://qt-project.org/wiki/QtVSAddin and I didn’t get very far. Just after executing createUserFiles.cmd cd ComWrappers\qmakewrapper...
View ArticleQt installer (Qt Online Installer for Windows) has installed MinGW which...
I have installed Qt recently (a 5.3.2 version) using the “Qt Online Installer for Windows”. It has installed MinGW 4.8.2 When loading a project in Qt Creator, g++ is launched and tries to access the D:...
View Article[Resolved] Can't make a minimal Qt runtime set for my project
I have a project compiled with Qt 5.3.2 and MinGW 4.8.2. It use icudt52.dll, icuin52.dll, icuuc52.dll, libgcc_s_dw2-1.dll, libstdc++-6.dll, libwinpthread-1.dll QtCore.dll, QtGui.dll, Qt5Widgets.dll and...
View ArticleErrors building static Qt 4.8.6 on Windows
I ran configure.exe -static -release -no-exceptions and then mingw32-make sub-src It worked away, happy out, for about 5 minutes until I got this error: In file included from...
View ArticleErrors building Qt 4.8.6 Statically on Windows
I ran configure.exe -static -release -no-exceptions and then mingw32-make sub-src It worked away, happy out, for about 5 minutes until I got this error: In file included from...
View ArticleChanges not picking in compiling program
Hi, My Qt Application is bid. It has several opensource projects and 30K+ cpp/qt files there. I do changes in cpp files. Sometimes, it doesn’t pick my changes. During debugging, behavior is...
View ArticleYosemite with QT 5.3 and Xcode 6
Can anyone confirm that qt 5.3 works fine with Yosemite and Xcode 6? Thanks Josef
View Article