Deploy Issues
Hi, Now I am new to QT version 4.8.4 so I need to know about How to deploy the code on External board while i try to build the code in PC it build successfully, But when I try build on External board...
View ArticleCross Compiler Issue
Now I am work with Toredex VF50 board and Qt creator also now I make the program in QT for serial communication it run successfully in PC but when I try to cross compile on board it shows* Error-When...
View ArticleQT Creator: How it is possible to automatically copy required runtime...
I’m trying a solution to be able to copy automatically all required runtime libraries to deploy my Application automatically into the release folder of my Application on building the release, but I...
View ArticleHow to deploy a 32bit application
Hello, i have tried to make my first application with Qt5, which works fine with the debugger. But when i compile in release mode and i copy/paste the .exe and the dll on a 32bit computer, there is a...
View ArticleDeplaying an application with plugin
Hello, I have realised an application using QtMultimedia. When I test it on debug mode all works fine, but not in release mode. I have the following error : defaultServiceProvider::requestService(): no...
View ArticleStatic Qt dependencies
Hello, I am trying to understand what a static Qt build is actually giving me. First, some context. My apologies if it’s a little long. I work in a hospital. We create in-house software to help with...
View ArticleDeveloping Applications for Technexion TAO-3530
Hi I am new to Linux. I have a Desktop Running Ubuntu LTS12.04 and Qt5.4.0. I have a Embedded Development board Tsunami from Technexion which has the CPU module TAO-3530. The CPU is TI OMAP 3530. The...
View Articleqmake cannot find mkspec even though it is there
Using Qt 5.2.1 on the mac, executing quake on my .pro file without any other args works fine. when I switch to another machine with the same setup, I get this trying to execute quake on my pro file....
View ArticleQT 5.4 Mingw Error 0xc0000135 on Debug
Hi, we are getting the error “During Startup Program exited with code 0xc0000135” on Debugging in QT 5.4 Mingw. This only happens on computers with QT 5.4 VS installed before. QT 5.4 VS was uninstalled...
View Articlebuilding qtcreator 3.3.0, Project ERROR: Unknown module(s) in QT:...
I’m trying to compile qtcreator 3.3.0 on an armhf (Omap5432-UEVM, debian jessie) system with qt5.3.2 & gcc 4.9.1 installed. While running the initial qmake -r I’ve run into a number of errors...
View ArticleQt5.4, PyQt4 built with MSVC 2010 and Python with MSVC 2008
Hey there, We have been using PyQt4, Qt 4.8 and Python 2.7 all built with MSVC 2008 so far. We are now moving to Qt 5.4 and would be using the Qt build built with MSVC 2010. We intend to use Qt 5.4,...
View ArticleQT windows static build application size
Hi, I have created a main window application without adding any features (basic gui provided by qt) and built the same in static release for windows and it shows the size of application is 13MB. If i...
View ArticleFresh Qt installation does not run any Qt project, including Qt Example...
Yesterday I installed Qt 5.4 on my windows 7 PC. But I can not build and run any Qt project including those given in Examples section on the Welcome page of Qt Creator 3.3 that comes with Qt 5.4. Also,...
View ArticleQt 5.4: WinRT/ARM: C1001 Internal compiler error
Hi, I am tryring to compile Qt 5.4 for Windows RT: git clone git://gitorious.org/qt/qt5.git qt5 cd qt5 git checkout 5.4 perl init-repository --no-webkit git submodule foreach --recursive "git...
View ArticleStatic
Hello, I am trying to build Qt statically on OS X. Here is the command I use ../../srcs/qt/configure —prefix=/sw/local/qt/ -release -opensource -confirm-license -c++11 -static -qpa cocoa -nomake...
View Article[SOLVED] Problem installing Qwt 6.1.2 in Qt 5.40
Hi all, I am trying to install Qwt 6.1.2 in a fresh Qt 5.4 installation (MinGW) on Windows 7. I have done that successfully on another machine (on which I had to work in Safe Mode while installing Qt...
View ArticleQt 4.6.4 make fails on Solaris 10 Sparc 64
I downloaded qt-everywhere-opensource-src-4.6.4 on a Sun Blade 2500 running Solaris 10U11, 64 bit Sparc. ./configure completed, though with warnings. I then ran gmake. Here’s the tail:...
View ArticleQt5 deployment: how to create .app bundle for macx
I need to create a .app from my qt project for macx. I’ve create a simple sample project console, with CONFIG += app_bundle in .pro file then I used macdeployqt. When double click on .app, the...
View ArticleBuilding QT5 webengine - C++11 support is required error
Hello everyone, I’ve been trying to build QT’s webengine from source lately and have been continuously running into problems. QT will build everything except webengine (the module I actually want)...
View ArticleProblem with debugging in Qt Creator when library contains thread_local
Hi, I have an issue that I hope someone can help with. I’m building a multithreaded application, using C++11 thread_local to get thread specific memory. My problem is that when I use a statically...
View Article