qt-creator 3.3.0 : compilation error
hi guys I can’t install qt creator latest revision #3.3.0 on rhel 6.5. Here’s what I got : codegeneration.cpp: In function ‘void Utils::writeQtIncludeSection(const QStringList&, const...
View ArticleOld version qtcreator
Hello ! I use qtcreator 4.8.6 in linux. But now i want to use it in windows for my application. Where can i find something like “qt-opensource-windows-x86-msvc20xy_opengl-4.8.6.exe” ? Thamks !
View ArticleInstaller Framework (IFW) and Qt5 - can’t find QFSFileEngine symbols
Hi, I’m having different errors, trying to compile Qt IFW 2.0 on Windows 7 I downloaded the last version of Git sources, & I have Qt5.4 The INSTALL doc in Qt IFW mentions to run ‘qmake...
View ArticleDeploying Qt5 for cross compiling under Linux for Windows
How deploy Qt5 for cross compiling under Linux for Windows? I tried to do so: ./configure -xplatform win32-g++ -prefix /opt/qt5win32 -device-option CROSS_COMPILE=i686-w64-mingw32- -nomake examples...
View ArticleQT and OpenCV for Windows 7 64bit - What to rebuild and which MinGW and CMake...
Everyone seems to use different terms and phrases for this, so bear with me if I sound confused. I want to develop some Windows apps with QT. I read alot about installation and rebuilding, but remain...
View ArticleError C3861 'pass' identifier not found [Beginer]
Hay all, First to thank you in advance for any provided help. This is my first post here, apologies for formatting mistakes or similar things. I’m trying to run simple turing machine in gui. I’m using...
View ArticleThat it is necessary to run the program (QML) on Computer where there is no...
The program compiled under windows 7 using the library Qt5.0.2 compiler mingw. In the folder with the program added dll for portability: icudt49.dll icuin49.dll icuuc49.dll libEGL.dll...
View ArticleHow to arm cross-compile in windows for Linux ?
Hello, I try to cross-compile for arm a QT 4.8.1 application in windows machine for linux machine. I have found the following link: http://visualgdb.com/tools/QtCrossTool/ [visualgdb.com] Which...
View ArticleSet up problems with Qt for STM32 (Windows)
hey everybody, first of all, i am really very new to the topic, i am sorry… i am trying to set up Qt in windows to program a stm32f4 with it. at the moment i have the following items installed: - Qt...
View ArticleQML included modules "not installed" unless qml directory is a subdirectory...
I have a project with a structure like app/source/ all source and headers app/resource/ main.qrc qml/main.qml app/project/ app.pro With the app structured this way I am able to build but I get a blank...
View ArticleProblems with mobility libs
Hello everyone! I would like to mark the point, that I have been trying so many thins for so long time and nothing helped with my error. I try to compile examples from...
View ArticleCopy files with qmake to ouput directory from an external directory?
I use this in my .pro files to copy files to the build output directory: DESTDIR = ../bin__output__ assets.path = $$DESTDIR/assets assets.files += $$files(assets/*.*) INSTALLS += assets Now...
View ArticleFailed to start program. Path or permissions wrong?
I was working on Linux and then cloned my software on windows. You may clone it too: https://github.com/Nayar/Qt-Installer 1. When compiling, it would give the error below. Can anyone also reproduce...
View ArticleErrors Building Qt 5.3.2 Static
So I am attempting to build Qt Static 5.3.2. The build is being automated by a windowspowershell script I found at http://qt-project.org/wiki/Building_Qt_Desktop_for_Windows_with_MSVC. I am getting...
View Article[SOLVED] Deployment problem. No errors, just doesn't run.
I’m trying to run my application on PC other than mine. On Windows XP it runs but doesn’t work (I can see the main window but without controls inside), on Windows 7 it doesn’t run at all. I’ve built it...
View ArticleCan run project from qtcreator but not from commandline: lib not found
I use QtCreator to develop a project with several subdirectories that each produce a library, and some subdirectories that each produce an executable. From QtCreator I can run each of the executables...
View Articlecompilation problem QT 5.3.2 on Debian 64 for armv7
hi i’m trying to compil qt-everywhere for embeded platform but when i trying to make i’ve this error : make[5]: quittant le répertoire «...
View Articleldd outputs statically linked on target pc even when my app was built with...
I want to deploy a simple app I created on a linux machine to another linux machine. I have two pc’s, both running Ubuntu 12.04. On the development machine I created a simple app using Qt Creator and...
View Articlesymbol(s) not found for architecture x86_64 with QT and OpenCV
I am working on a desktop application with the QT and Opencv on my mac. I have installed both qmaker on version 5.3.2(currently used) and 4.6.8 , opencv 2.4.9 , I use the GCC compiler, my QT creator...
View ArticleIs there a creator in the package qt-everywhere?
Is there a creator in the package qt-everywhere? https://download.qt.io/official_releases/qtcreator/2.6/2.6.2/ P.S: sorry for my english
View Article