Qt 5.3 (5.4) static build for Mac OS 10.9 with static QtWebkit or QtWebEngine?
Is subj technically possible? MacOS Webkit (or at least WebEngine) must be built static as well. P.S. For Qt4 that was possible
View ArticleWhere is Qt Quick Compiler (for enterpise edition src)?
I downloaded the evaluation version of Qt 5.3.2 Enterprise edition and the binary installed version of Qt Quick Compiler works (verified with debug message) and Qt5QuickCompilerRuntime.dll exists. Now...
View Articlewebkit2 build fails
Build Qt5.3 from sources, follow all steps from build 5.3 doc. Qt5.3 build success. Switch to qtwebkit and trying build webkit2 Tools/Scripts/build-webkit —qt —qmakearg=“CONFIG+=webkit2” —no-webkit1...
View ArticleThe application was unable to start correctly (0xc000007b)
I am a total C++ n00b, but I created an app that runs successfully from Qt Creator. When I try to deploy a release version of the app, it would not run. I followed the steps here:...
View ArticleQt Creator won't compile with boost
Hey there, I’m trying to use boost in a qt project (archives and serialization), but when i write “#include <boost/serialization>”, even if my qt creator detects the files (it displays...
View ArticlePermission denied
Hi All, I’m attempting to setup a tool chain so I can create and debug applications on a Beaglebone Black and I’m having some troubles with Qt Creator. My host machine is Ubuntu 12.04 running on...
View ArticleWhen I open Visual Studio 2010,the qt-vs-addin report error:Could not connect...
My computer configuration are as bellows: Win7 64bit,Visual Studio 2010,Qt5.2.0,qt-vs-addin1.2.2 . Then I try some ways:I reinstall system,I use Visual Studio 2010,Qt5.3.2,qt-vs-addin1.2.3 ,but errors...
View ArticleUnder Win7 64bit and Visual Studio 2010 condition,I use Qt5.0.1 and...
The errors are as bellows: … qsql_mysql.obj : error LNK2019: 无法解析的外部符号 _mysql_stmt_reset@4,该符号在 函数 “protected: virtual bool __thiscall QMYSQLResult::exec(void)” (?exec@QMYSQL Result@@MAE_NXZ) 中被引用...
View ArticleAnother static library issue.
I followed this guide for creating and using a static library in Qt: https://qt-project.org/wiki/How_to_create_a_library_with_Qt_and_use_it_in_an_application I have a class that I would like to use in...
View ArticleDebug in MAC OsX10.9
Hi, I try to debug an external application. Everything is going well, compile right, macdeployqt works fine, but I have one problem… The application show me this error: QSqlDatabase: QMYSQL3 driver not...
View Articleno member named 'addAction' in 'QWidget'
I downloaded Qt package including Qt Creator from the official website and started to create a simple project with mainwindow.cpp, mainwindow.h and mainwindow.ui in. Then I hit the build button. It...
View ArticleForward Declaration in a Static Library
Hello, I am trying to compile a static library to use with a non-Qt application. I wish to create a wrapper in this library to minimize the number of includes the final static library needs. These are...
View ArticleQt 5.x dynamically for iOS with SSL support (QSslSocket)
Hi, i read several threads about iOS and SSL support. I just want to clearify my understanding (or misunderstanding) about the situation concerning iOS and SSL support for Qt 5.x. The only way to use...
View Article-qt-mouse-tslib: invalid command-line switch when cross-compiling Qt5.3.2
I need to run Qt applications on arm board,and i tried to cross-compile Qt5.3.2 with configure options below: ./configure -qt-mouse-tslib -qt-mouse-pc -release -no-opengl -device imx6 -xplatform...
View ArticleDeploy Step Failed
Hi All, I want to learn how to use Qt on the Beaglebone Black. I used the steps outlined on “embedded.von-kannen.net”. I created a vm using the recommended version of lubuntu and followed all of the...
View ArticleErrors building Qt 5.4 Alpha for Linux ( error: cannot find -lQt5Multimedia ) ?
My goal is to build Qt 5.4 Alpha for Android. Since I failed at that, I figured I should start with something easier and build Qt 5.4 for Linux. Configure is happy after installing recommended...
View ArticleProject is using QMYSQL3 instead of QMYSQL?
I am having troubles retrieving results from a UNION query, it appears that someone else has had this issue in the past (http://permalink.gmane.org/gmane.comp.lib.qt.general/31200). I am not sure why...
View ArticleQt Enterprise Trial for Android not working
OK. Followed all the download and install directions. Downloaded the Qt Enterprise trial. Configured the Android stuff in Qt to point to the NDK and SDK locations. Connected a Nexus7 via USB. Trying to...
View ArticleQT 4.4.1 build errors on RHEL 6.3 from source
I am having trouble building QT 4.4.1 on RHEL 6.3 from source. I downloaded qt-x11-opensource-src-4.4.1, did the ./configure command with no options, then the make command. The make fails. I am seeing...
View Articlemacdeployqt does not include thirdparty modules
I used Bacon2D to make a little game, the setup instructions are here: https://github.com/Bacon2D/Bacon2D But when I used “macdeployqt Game.app” to make a independent app, it didn’t include any file of...
View Article