additional style plugins
Hello forum, I upgraded Qt from 4.7 to 5.2.1 and used QCleanlooksstyle in my project. on “https://codereview.qt-project.org/#change,75758” I found the additional styles. So I checked all out from the...
View ArticleQt Creator on OSX10.9 - Developing for Android problems
Hi everyone, A friend of mine and I are creating a very simple calculator app for a computer science project. I built it for desktop using Qt creator and it was suggested that we port it to Android. I...
View ArticleDeployment of a Qt application with combining OpenGL and QPainter
I built a Qt application on Window 7 with Visual Studio 2010. I can successfully run the exe with VS2010 (work well with OpenGL and QPainter. I used OpenGL to draw the 3D objects and QPainter to draw...
View ArticleHow can I properly force my Qt Application to loads shared libraries from...
I made my QtApplication (name: QtProjectWork ) in Qt5.2.1 and I compiled the binaries for 64 bit GCC running on LinuxMint. In my application I have used number of features such as CommandLineParser...
View Articlehow to use same db (SqLite) on all platforms?
HI, I’m using a SqLite database and with full path to it is working ok on windows – but not on linux and not on android. const QString dbType("QSQLITE");...
View ArticleQt Installer Framework - Translations
Hello, How do I add a .qm translation file correctly to the installer framework? I used the de_de.ts file from the installer to generate a de_de.qm file, now I want to add this to the installer, I...
View ArticleQt Designer Custom Widget on OS X
I’ve been banging my head over this for a week now. I’m new to Qt so I’m sure I’ve missed something. I’m designing my app and would like to use a custom widget since the stock ones don’t display the...
View ArticleC++11 in Qt5 / QtCreator 3.0.1 on OSX
Just downloaded and installed Qt5 on OSX 10.9.2. When trying to compile some C++11 code using the clang run kit, I get a failure when I try to include cstdint; fatal error: 'cstdint' file not found...
View Articlequick module when install qt-everywhere-opensource-src-5.2.1
Hello, everyone!Thank you for your attention. I don’t know what the ‘module quick’ is. I don’t know how to build the ‘module quick’, how to act the module either. My question is how to build the module...
View Article[Answered] Skip Gui module.
Hello, In Qt 5.3 b1, I’ve detected (https://bugreports.qt-project.org/browse/QTBUG-38049) a bug compiling the file painting/qdrawhelp.cpp (qtbase/src/gui). Could I skip the GUI module to develop...
View ArticleQt 5.2.1 MinGW - No OpenGL rendering on other machines
Hello, first time posting here, sorry if anything is wrong with my post. I’m developing a small app performing OpenGL 3D rendering (a Rubik’s Cube, actually). As for several other people who posted...
View ArticleProcedure entry point libstdc++-6.dll
Hello, I have been trying to build an application with the commands: qmake -config release and mingw32-make. The program builds without errors but produces the error The procedure entry point...
View ArticleAndroid deployment: QtCreator does not call androiddeployqt
With QtCreator 3.01 from the Qt 5.2.1 build (Windows 7, 32 bit) I am having various issues to deploy the Qt app to Android. Whatever I do there is no way that QtCreator does the necessary deployment...
View ArticleAdd the -g and -Wall options of GCC compiler
Greetings. I want to compile my Qt application with the -g and -Wall options of gcc in order to use Valgrind to make some revisions. That said, my specific questions are: 1. When an application is...
View ArticleQt 5.2.1 using MinGW 4.4
Just reporting in case anyone is wondering if it is possible to compile Qt 5.2.1 with MinGW 4.4. It is. I needed to use MinGW 4.4 because one of my libraries was not compatible with MinGW 4.8, nor 4.7....
View ArticleNewbie installation problem
I downloaded the Qt Online Installer for Windows for installation on my desktop with Windows XP. I used all the defaults for the installation which took about two hours. I dragged qtcreator.exe to the...
View Article[SOLVED] Error while compiling qt-creator from source on Linux with GCC 4.7.0
Hello, I was able to compile qt (5.3.0) from source and moved on to compiling qt-creator. I am on Linux (Centos 6.4 using RedHat devtools i.e. GCC 4.7.0). I am getting the compilation error below:...
View ArticleMaking first program in Qt Creator 3.0.1
Hello i’m new to QT and I am not able to make a program that can be executed out of Qt Creator environment. I am using Qt Creator 3.0.1 Based on Qt 5.2.1 (MSVC 2010, 32 bit) Built on Jan 31 2014 at...
View ArticleProblems Building DB2 drivers
Hello out there, i am struggeling a lot building the drivers for DB2. I am using db2 10.5 and Qt 5.2.1 the compiler ist mingw4,8 everything runs on a Windows 7 64bit machine. The problem is, that when...
View ArticleErrors building Qt for android
Can anyone shed light on these errors? o.O Using: Qt-Everywhere-Enterprise 5.2.1 CentOS 6.3 Android SDK r22 Android NDK r9d android-toolchain-arm for linux-x86 Configure: export...
View Article