Building static Qt 5.3.0 with MSVC2013
I’ve been trying to get a static Qt 5.3.0 build on Windows 8.1 ×64 working for the past little while, but it invariably goes wrong during either the configure step or the make step. Even then, I’ve...
View ArticleBuild Qt 5.3 for Windows Embedded Compact 7
Hi all, I have a problem running nmake to build Qt 5.3 for Windows Embedded Compact 7. Here´s what I did so far: 1. qmake.conf looks like this: qmake configuration for Windows Embedded Compact 7 with...
View ArticleLNK1104: cannot open file
I am currently trying to build mysql drivers using QT Creator 3.0.1 with MSVC 11. I have copied the contents MySQL Connector 6.1.3 to C:\MySQL and have edited the mysql.pro file located in...
View ArticleQt 5.3 and mysql
Greetings, I continue on my seemingly never ending quest to upgrade a Qt version and then never find an understandable way to ‘get mysql to work’. I am using Ubuntu on a 386 machine and have just...
View ArticleQt 5.3 and XCode 6 beta
Hi everyone. I installed OSX 10.10. XCode 5 isn’t compatible with it anymore, so I installed XCode 6 beta. But now Qt 5.3 won’t work anymore. I open a C++ project from the .pro file, having deleted...
View ArticleStatic plugins for qml app
Hello all. I want to include static plugins in my qml project. As i understand i need to use <QtPlugin> and <QQmlExtensionPlugin>. When I create QtQuick2 project without...
View ArticleUnable to build QtLocation 5.3.0 on Windows
I’m using Qt 5.3.0 for Windows 64-bit (VS 2013) dated May 26 2014 and trying to get the QtLocation to building using Qt 5.3.0 MSVC2013 64bit. I can see that QtLocation is included in the plugins but I...
View ArticleCannot find compiled addon modules in QT Creator
I’m using Qt 5.3.0 for MacOSX and trying to use the QtSystem addon module in my project. My Qt 5.3.0 was installed in ~/Qt5 . I simply followed this post (...
View ArticleQt 5.3.0, msvc-2013, configure -prefix, multiple directories problem
Hi, i’m compiling Qt 5.3.0, Windows 7, msvc2013, using this config: configure -prefix D:\libraries\Qt5.3.0-compiled -debug-and-release -opensource -confirm-license -platform win32-msvc2013 -c++11 -icu...
View Articlestep-by-step installation of QT
Hello all, I have two questions. 1- I’ve a good experience in C++ so I decided to start the Qt. I downloaded below files from (http://qt-project.org/downloads) Qt 5.3.0 for Windows 32-bit (MinGW 4.8.2,...
View ArticleStatic linking on OpenSUSE then deploying on Ubuntu - which libraries to link?
After successfully linking my application to the static library in OpenSUSE, I copied it over to a qt-less Ubuntu machine only to find that xkbcommon and EGL are missing from the executable. I run ldd...
View ArticleGetting the source!
where do i put this line of code? git clone git://gitorious.org/qt/qt.git qt
View ArticleProper use of prefix, extprefix, and sysroot during configure
I’m at a loss for the proper way to call configure and make use of prefix, extprefix, sysroot, etc. I always end up with a misconfigured system. Here is my situation (paths are shortened a bit to make...
View ArticleQtCreator deployment for Android fails with timeout (edited)
Hi everybody! Until today I was able to find an answer to all of my questions here in this great forum, but now I got a problem that appeared very recently and no one else seems to be running in it,...
View ArticleHow to increase Qt installation speed by online installer without using a proxy?
I am located in Hong Kong. I tried to install Qt by Qt online installer, but the downloading speed of packages is very slow. Therefore Qt online installer is unusable for me. My friends in Hong Kong...
View ArticleGetting issue in making .deb package of QT 5.2.1 app to deploy on Ubuntu 14.04
I want to make .deb package for the QT 5 .2.1 desktop app for ubuntu 14.04 64 bit. I have installed QT 5.2.1 on Ubuntu 14.04 and made a demo app for the testing purpose in which I have used Qt...
View ArticleHow to make a cleaned up deployment?
Hi! I successfully followed your nice tutorial [qt-project.org] for the deployment of an application on a windows machine. Everything worked and there is only one thing that I wish to change now: I...
View Articlesomething about include file
yesterday I download and install QT-5.3 on my linux(ubuntukylin),today I try to compile my first QT-project. I write the code by VIM like like this : #include<QApplication>...
View ArticleRaspberry Pi: Build QTMultimedia with GStreamer support
Hi, I am trying to compile QT5 with gstreamer for a long time now, I think I am getting closer to the main problem. What did I do: Native compile of qt5 on raspberry pi (no cross compile) What is my...
View ArticleQt program to x586 hardware with WinXP
I wrote a code using Qt 5.4 with MinGW compiler on a i7 computer with windows 7, did the installer code and tried to install it on a x586 with windows xp. the x586 has recognized all the dlls but gave...
View Article