Building 64-bit using Visual Studio 2010
Our app needs to be 64-bit (several of the libraries it depends on are 64-bit only), and we’re stuck using Visual Studio 2010 for now. I followed the instructions here:...
View ArticleTrouble Building Qtbase 5.2.1-ish on Mac. Problem with xcb.
Hello… I have the Qtbase git clone “2b3f293 Android: Refactor the InputType mapping code.” I’m trying to build it on Mac OS 10.8.5, Xcode 5.0.2 If I use ./configure -debug -prefix /Projects/Qt5.2.1RC1...
View ArticleExtremely slow downloads :(
Qt has been lately extremely slow with downloads. For the full offline version it takes about 2 hours, that too fails midway too occasionally. The same behavior is with almost any other mirror. The...
View Articlestdlib.h: No such file or directory
Just installed QT Mobile. I the basic QT Quick project by clicking the “New Project” button. The project compiles just fine when I target the Windows desktop but when I select to build for Android, I...
View Article[SOLVED] Unresolved symbol fbGetDisplayByIndex in Qt-5.1.1 for imx
I have cross compiled Qt-5.1.1 for imx 6 and setup Qt Creator kits for both ubuntu native x86 and imx6. My application simply wants to display video with overlay graphics, which it does in x86 version....
View ArticleMSVS&Qt 5.2 QWebKit is not built
Hi there, I’ve downloaded Qt5.2. sources and tried to build it. While everything went smoothly I didn’t find QWebKit* dlls in the output folder. So I tried to go to qtwebkit subfolder and typed nmake –...
View ArticleQt 5.2.0 MSVC2012 stddef.h missing
Hi everyone, first of all excuse my poor english and I am a Qt newbie :) My problem: I want to create a Editor for a small Engine with Qt but i have several problems. My Engine is working with DirectX...
View ArticleQt 5.2 in Debian Sid
Hi, Do you know when Qt 5.2 will be available in the package of debian sid ? Thanks you very much. Charlie
View ArticleAndroid: error: cannot find -lqandroid
hi dears i am trying to compile qt for android statically i compiled qt for android 5.2.0 without any problem after that when i want to build my project with static qt i got this warning first: Project...
View ArticleHow to build the project Qt Designer from source code in Qt Creator?
Hi All, I am quite new to Qt environment. And would like to try out something. What I want is to build the Qt Designer project in Qt Creator. I have installed Qt Creator 3.0.0. And I have downloaded...
View Articlenew to qt
i need help with the compiling. i’m super new to programming, and i’ve taken c++ classes in school. i want to set this up so it uses a compiler, but on qt creator 3.0, it wont let me use any compilers....
View ArticleInstallation Qmake issues
Hello I still have problem with online installation. Problems are similar to bugs report here https://bugreports.qt-project.org/browse/QTIFW-394 especially:...
View ArticleMac: Moved from Qt5 back to Qt4: Makefile picking up wrong lib dir; but kit &...
Hi all, I moved from Qt5 to Qt4, but somehow the build system is picking up leftovers from an old setting. As stated above, the kit seems to point to the right place. The qmake part of things seems to...
View ArticleWhere can i find last QT + QT creator for Windows XP
Due no support I have to find older versions. I was checking archive (http://download.qt-project.org/archive/) but there is only QT creator 2.5. I´m looking for combination QT creator + QT MinGW for...
View ArticleUnable to connect to Mysql on Mac
I’ve searched a lot for a nice new Development Tool and was just so happy to find Qt. But now it seems impossible to get it work properly. Since days i’ve tried to successfully connect to my mysql...
View ArticleCompiler path field
Unable to run example, where is the path to the directory where the compiler is located?
View ArticleProblem configuring the compiler
I’m getting that all too common error message when I try to compile: Qt Creator needs a compiler set-up to build… I got minGW installed already. It’s listed in Build & Run – Compilers. Path...
View Article[SOLVED] 64 bit windows build fails
i have successfully built qt 4.8.5 64 bit on windows 7 but i am having trouble with building a qt based dll because many of the signals i have declared in my header file are not being resolved at link...
View ArticleHow to Install Qt 5 and Qwt on CentOS 6
If you are trying to install Qt and Qwt [qwt.sourceforge.net] (Qt Widgets for Technical Applications) on CentOS, then the following instructions should be of good use. I created these steps, after many...
View ArticleExtra permissions on AndroidManifest.xml
I have a Qt5 game (https://github.com/omidnikta/qtmind) that I can successfully deploy as follows (Host is Arch Linux) /opt/android-qt5/5.2.0/bin/qmake make install INSTALL_ROOT=android-build/...
View Article