QIFW: execute vendor setup
Hi, currently I am creating an installer with IFW. Since my qt application relies on 7zip I want to bundle 7zip inside the installer. My goal is to start the 7zip installer from inside the QIFW...
View ArticleBuilding Qt5 on x86_64 Debian Jessie with gles2
Hello, I want to try QtWayland and QtCompositor, so I have to build Qt from source. I pulled the latest stable (I guess 5.2.1) from the repos. I run : ./configure -developer-build -opensource -nomake...
View ArticleQtSerialPort with static Qt on Mac OS X
Hey everyone, I finally built Qt5.2.1 statically under Mac OS X. Now I have an application witch needs the serialport module. If I try to build it with my static version of Qt I get “Unknown module(s)...
View ArticleBuilding QtTools designer/assistant/linguist with -make examples flag
Not sure if this is a feature or a bug, but when building qtbase 5.2.1 with the ‘-nomake examples’ build flag, all in qttools are build correctly. That means designer, assistant and linguist are the...
View Article[Solved] "the procedure entry point _Z4endlR11QTextStream could not be...
Im trying to deploy my application but when I run it the executable I get the error message of “the procedure entry point _Z4endlR11QTextStream could not be located in the dynamic link library...
View ArticleInstalling Qt Android Extras - JNI (Win 7/MinGW)
Greetings, I have downloaded Qt 5.2, created my first Qt Quick app, have it running on PC, phone and tablet and now I want to tie it in with some Java functionality using the Qt Android Extras JNI...
View Article[Linux] Building Qt-Creator with static Qt libraries
hi guys I would like to build Qt-creator from source, and use the static compiled libraries of Qt. Is this possible ? I have compiled the Qt libraries as static without any trouble with the following:...
View ArticleQt Creator 5.2 Build error for x64 windows 7
Despite efforts, I am not able to get any roadmap, to get 64 bit Qt Creator working in windows. I installed it’s SDK, updated MingW, added path in environment variables, get the compiler’s in screen...
View ArticleQWidget: Must construct a QApplication before a QPaintDevice
Hello all, I am a newbie to QT and I know that there are a lot of discussions done on this error but the scenarios are different. I would like to get the solution for my scenario. I am using the QT...
View ArticleMac deployment (clang) : @BUNDLEIDENTIFIER@ in Info.plist replaced with...
Hi, I am developing on MacOSX 10.8 with Clang x86 64bit, with Qt 5.2.1 (and 5.2.0 before that). Here is my problem : in my .app, in Info.plist, the key CFBundleIdentifier equals com.yourcompany.MyApp....
View Articleerror: ‘qt_plugin_instance_Welcome’ has not been declared
hello I try to install Qt-Creator 2.8.1 on Linux, using the Qt static libraries. When i compile I have this error: welcomeplugin.cpp:371: error: ‘qt_plugin_instance_Welcome’ has not been declared How...
View ArticleQt version
Hi everybody i have a problem with my QT compiler . it’s show a error that’s : no compiler can produce code for this qt version ! i have Qt-Creator 5.2.1
View ArticleQt 5.2.1 for Windows 64-bit VS 2012. Can't compile a project
Hello all! I’m complete newbie, so, please, don’t judge strictly and forgive me my ignorance. I hope I read all threads about Qt installation, but still have no a clue on how to resolve my issue… 1. I...
View Article[Howto] Building Qt 5.2.1 (including Webkit) on RHEL5 (Linux CentOS 5.7)
Hi folks! Just few notes on how to build Qt (+Webkit) on Red Hat Linux 5 flavors (tested on an up-to-date CentOS 5.7) This message might be useful for folks who want to build a recent Qt version on...
View ArticleQtCompositor API : is it bit-rotting ?
I tried to compile it, however I get numerous errors related to Wayland and Wayland functions that seem to have changed. For instance : wl_display_add_object which looks like it has disappeared some...
View ArticleQt Creator not using Qt 5.2.0 with 5.1.0 installed
I am upgrading Qt to get access to QtQuick.Controls 1.1. I have both Qt 5.2.0 and 5.1.0 installed and I can’t seem to get QtCreator to use version 5.2.0. Qt 5.2.0 is auto-detected in the Kits and Qt...
View ArticleDeploy Qt with both OpenGL and Android support.
Hi Guys, I’m new to Qt and i tried to install Qt 5.2 with both Android and OpenGL support. But I’m not able to do so. I first installed Qt with OpenGl support by downloading the setup file from the...
View ArticleBuild failure: Qt 5.2.1 for IMX53 cannot find -lQt5PlatformSupport
Hi, Qt 5.2.1 release build is failing due to shared library libQt5PlatformSupport.so not being found by the linker during build. I confirmed Qt5PlatformSupport successfully builds but does not create a...
View ArticleRemoving warning flags in Qt Creator
Hi. I use Qt Creator as a general C++11 IDE after following the instructions given here [dkrypted.wordpress.com]. Since my codes are often simple and barely exceed 100 lines(I also don’t use any...
View Article