Visual Studio Add-in 1.2.2 for Qt5 can not install!!
Hi! I would like to install “the Visual Studio Add-in 1.2.2 for Qt5”, but the program is freezes in the middle of the installation once, and was forced to stop by power-off. Again, I run the...
View ArticleInclude directory not right when building Qt 5.1.1 from source
I have the regular 5.1.0 binary distribution installed on my old computer, but for my new development system I’m building 5.1.1 from source for a variety of reasons I won’t bore you with. Everything...
View ArticleBuild failure: 4.8.5 on Mac with phonon
Leaving aside the question as to why someone would want to build a 32-bit version of anything for a Mac… I’m trying to build a 32-bit 4.8.5 (actually, latest 4.8.x from git) on Mavericks: ./configure...
View ArticleDeploying desktop application on android
Hello everyone, I’ve built a Qt quick 2 UI project, then I built a Qt quick 2 application(from existing QML files) and chose the main .qml file of my Qt quick 2 UI application as the existing qml file...
View ArticleMysql driver not loaded error (Ubuntu Desktop 12.04)
this topic is copy of this topic. [qt-project.org] I copied it because I wrote previous topic to wrong branch of forum and seems that is cause not get answer. OS: Ubuntu Desktop 12.04 QT: 5.1.1 Mysql...
View ArticleQt5 + Mac OS 10.9 (Mavericks) , Can't link to the libraries
I have asked this question in here http://stackoverflow.com/questions/20342896/qt5-mac-os-10-9-mavericks-undefined-symbols-for-architecture-x86-64 I think the problem is the linker, so I post here...
View ArticleProblem installing qt5 on ubuntu running on a chromebook
I am running ubuntu on a samsung chromebook through crouton. I tried installing qt5 32 bit for linux but I get the “cannot execute binary file” error. I tried chmod u+x on the file and I get the same...
View ArticleHow to build a static Qt on Windows / MinGW using a PowerShell script
Hello, There is a number of requests and answers in many forums about the way to compile a static version of Qt. When I was looking for a method to do so on Windows, I found many clues but no complete...
View ArticleWin7 Qt problem with dlls
Hello, I have written a program with Qt. When I try to build it on my PC I get the following errors: cannot find -lqtmain cannot find -lQt5Quick cannot find -lQt5Qml cannot find -lQt5Network cannot...
View ArticleStrange Error message with extern "C" for 2nd set used.
I using some body else code for a project which I’m getting the following error message “ At global scope: error writing to -: No error } // extern “c” This happen for the 2nd set of “extern “C” {...
View ArticleCan't get a simple .exe file to run from Command Prompt , but instead getting...
I’m see this problem with Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB) (Info) What I’m seeing is a System Error window pop up with the following text “ The Program can’t start because...
View ArticleCant' run a more complex project from Command Prompt
I’m currently using Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB) and try to run a .exe at the command prompt. What I’m seeing is a windows pops up -“Entry Point Not Found” followed with the...
View ArticleQmlscene segmentation fault
I have three systems Linux Mint x86, Linux Mint x86_64, Ubuntu 12.04 armel (iMX6 by Freescale). I build Qt5.2 from git for all. When use qmlscene with simple test file (import QtQuick 2.0 and create...
View ArticleQt 5.1.1 on win7 code compilation not working!
Dear All, This is my first e-mail in this forums. I’m very new in Qt. I hope I will be better by your valuable halps… I just installed Qt 5.1.1 on Win7 64 bit. But code compilation is not working and...
View ArticleQtWebKit depends on QtQml?
We are migrating from Qt 4.8 to Qt 5.2. Just find out QtWebKit now links against QtDeclarative which in turn depends on QtQuick, which depends on QtQml. We do widgets only applications and don’t want...
View ArticleQt 5.2 Mac Appstore Would Reject QtWebkit - How to Fix it
This is my 3rd day working on this issue. This post serves the purpose of documenting what I tried, keep myself sane, and hopefully collaborate with someone. For those that are using Qt5.2 rc1...
View ArticleQt 5.0.1 + MSVC2010 desktop app deployment
Hi everyone, I’m pretty new to Qt and C++ is not my primary programming language (hence the lame questions). I’m developing an application which uses third party libraries (OpenCV) – linked by LIBS...
View ArticleQtSvg not built
I’m trying to build a moderately lightweight Qt library from source, and the following set of configuration options almost works for me: configure -opensource -debug-and-release -c++11...
View ArticleCant build Firebird driver
Hello, i have problem with firebird driver. I use Qt 5.1.1 and firebird2.5-superclassic, Ubuntu 13.10. Error code: g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -std=c++0x...
View ArticleDoes Qt 5 support Visual studio 2013 ?
Hi, We are upgrading our Qt to 5 series and Visual studio to Visual studio 2013. I am not getting the proper information whether Qt 5 latest version support Visual studio 2013 or not. Could you give me...
View Article