nmake issue during 5.2.0 building with MSVC 2013 32bit
Hello, I have compiled QT 5.2.0 with MSVC 2013 64bit without a problem. But when I do the same for 32bit I have problem with nmake understanding some makefiles. I see error like below ...
View Article[SOLVED] Qt5.2.0 + VS2010 + OpenGL: qopengldebug.h(93): error C2208: 'QFlags'...
Working on porting my Qt4 + OpenGL code. In the first file that includes OpenGL headers (Windows, OpenGL, GLM) I get compile errors. The first error was solved with the ‘#define NOMINMAX’, but this one...
View ArticleQt programs setup files are very large
Hello, I dont know if somebody asked this question before. Well i dont know the current situation in Qt. But previously when i want to create a setup file for my application i need to include some Qt...
View ArticleCannot link to my own libraries in Qt 5.2.0 OSX w/clang++
I’ve been updating some of my code run under Qt5 on OSX and have come across an issue whereby I seem unable to link to libraries that I have created. One of my build scripts works in three stages,...
View ArticleQt5.2 for QNX Neutrino": screen/screen.h: No such file or directory
Hi All, I want to compile Qt5.2 source code for QNX Nutrino target on windows host, i have installed all required pre-requisits like ActivePerl, Python, Ruby, DirectX SDK, MingW and QNX SDP 650SP1. I...
View ArticleQSqlDatabase: QMYSQL driver not loaded with QMYSQL driver available in OSX...
Hi all, I am having an issue with QMYSQL when open a project created in Qt4.7 in Qt5.2. In particular when connecting to the database, i get the following error: QSqlDatabase: QMYSQL driver not loaded...
View ArticleHow to static compile QT ?
I’ve been searching for the last couple of days for How to static compile the QT SDK for releasing projects .exe , I found the way to do it but whenever I did the same steps , I get an error->...
View ArticleProblem of compilation for Android
Hello, I try to make a new soft with QT for Android. I installed all the components (QT 5.2.0, JDK, android SDK, Android NDK, apache) and configure QT with this video [youtube.com] I start with new...
View ArticleA few problems about qt
Hello all, First of all, I am sorry for my bad English. :) I am newbie QT developer and forgive me. I am using two operating system on my computer: Win8 and Manjaro Linux and I am using QT in both. In...
View ArticleQTCreator can't work with VC compiler
Windows 7, x64, AMD. installed Windows SDK for this processer and OS version. QtCreator 5.2.0 with MSVC2012 ×86 64 But Kit settings shows that autodetected kit can’t be used (red error icon ) and...
View ArticleAny ready made *MKSPECS FILE* from Ubuntu 12.04 Users ?
Hi, I made a dumb windows with three buttons to change a text label. No DB use, nothing, very simple… Before going further I’d like to test the Compiling to produce a Desktop version for Xubuntu 12.10....
View ArticleProblem of deployment
Hello, I have a problem when I try to deploy my soft in Debug mode , I have this error : ASSERT: “uint(i) < uint(size())” in file ..\..\..\..\include/QtCore/../../src/corelib/tools/qstring.h,...
View ArticleStatic building for x64 - Where is the platform set & two other questions
Hey there, after a long night I finally built the static libraries from Qt 5.2.0. But: I had to use the win32-msvc2012 platformset. How can I build the win64 versions of them? There is no win64...
View ArticleQt 5.2.0, Mac deployment error using macdeployqt
The application uses SQLite, the error is: ERROR: no file at “/opt/local/lib/mysql55/lib/libmysqlclient.18.dylib”
View ArticleProblem compiling for android
Hi. I just start playing with Qt Quick. Trying to build template Qt Quick app for android and I’m getting this: 22:23:31: Running steps for project Transitions... 22:23:31: Configuration unchanged,...
View ArticleVery confused on how to install
Hi. I’m a relatively new programmer and I hope you bear with me through this post :-). In my programming class at school we are using Qt Creator to make our projects. A Qt Gui application to be...
View ArticleAdding 32-bit clang compiler
I am beginning to learn programming under Mac. The first issue I faced is how to properly install Qt under Mavericks. Qt has been installed and working, except that the only compiler that I see...
View ArticleStruggling to build qt 5.2.0 with msvc2012
Hi. I’m new to qt and I have been trying to build and compile QT with no luck. the last configure I have used looks like configure -platform win32-msvc2012 -debug-and-release -developer-build...
View ArticleQt5Winextras lib is missing after configuring Qt 5.2.
Hi , I configured Qt 5.2 but some how I could find QWinextras lib and dll. After building Qt 5.2 , it failed to create Qt5Winextras lib. Do any one is having any idea what is going wrong. I am building...
View ArticleHow to set a custom background image in the .pkg file
I was following the solution to ship my app to Mac App Store, solution [blog.qt.digia.com] but how to change the background image in .pkg file while using “productbuild” command to generate a .pkg file?
View Article