QtGUI do not want to be build
My configuration line is: configure -platform win32-msvc2012 -mmx -sse2 -openssl -confirm-license -debug-and-release -opengl-es-2 -openvg -no-s60 -qt-zlib -qt-libpng -qt-libtiff -qt-libjpeg -webkit...
View ArticleCentOS 6.3 gl #define error
All, I’m getting: qglxintegration.cpp:191: error: ‘GL_CONTEXT_PROFILE_MASK’ was not declared in this scope from gmake after a successful ./configure on CentOS 6.3. Specifically, I am:...
View ArticleProblem with .ui file, Qt, windows 8
I got a friend that cant go into the .ui file in creator. He is using qt5.0.0 and vs 2010 professional. the qt5 link in the downloads. there was no problem at all to install vs or qt it’s only when...
View ArticleInstallation of kmap2qmap tool
Hi everybody, I have a program, which runs on a arm processor. I have installed QtCreator 4.8.0 under linux and the toolchain 4.5.1 for the arm-processor. Everything is working. But now I try to change...
View ArticleQt5 SDK with Mingw for Win 64 bit
Hi guys, Does any one knows if is going to be released Qt5 SDK with Mingw for windows 64 bit? If yes, when? If not, does anyone has a step by step build instructions of how to build Qt5 with mingw 64...
View ArticleQt Mac OX with mingw
I want qt 4.8.3 version with mingw compiler from where can i download it? I downloaded qt 4.8.3 from digia mail link but its gives cocoa compiler.
View ArticleQt 5.0 VS2012 x64 build has x86 ICU libraries
Libraries of ICU for archive qt-windows-opensource-5.0.1-msvc2012_64-x86_64-offline-2013-01-22-414.exe are x86 instead of x64 !http://i.imgur.com/27Jem3c.png (depends screen)!. It would be nice to have...
View Articlepass variables to qmake on the commandline
Hi, I do crosscompiling linux/x86_64->linux/armv7 with openbricks. This works, but produces one specific compiler warning over and over again....
View Article[SOLVED]"Qt5Widgetsd.dll" is missing before reinstalling QT5
I have uninstalled QT5 and then reinstall it. QtCreator is working ok. If I run a project through QTCreator, it runs without problem. But, if I go to the debug or release folder of the project and run...
View ArticleAdding mySQL-Support on KDE4
Hi friends, I installed the Qt5-package for Linux 64bit. Now I want to add mySQL-support. I realized, that I have to build the plugin manually, but do I have to build the whole Qt-Libraries and...
View ArticleQt 5.0.1-mingw47_32-x86 problem using QWebView on Win XP
I’ve tested :qt-windows-opensource-5.0.1-mingw47_32-x86-offline-2013-01-24-418.exe. It works fine with standard widgets. After adding webkitwidgets, Program.exe don’t want start because of error in...
View ArticleHow to work : Qt 5.0.0 + MySQL in Windows 8
I just want to share something that worked for me after hours and hours trying to get mysql working with Qt (for those having trouble with it). I’ve started uninstalling every visual studio on my...
View ArticleWhy my bug is not accepted 5 days after report?
I have a bug issue [bugreports.qt-project.org] but it is still pending. Maybe I made a mistake when described it? Thanks for you attention!
View ArticleQT Project from Old Dev - Won't Build
Hi, I’ve been pulling my hair out for a week and have progressed slowly. Now I’m looking for any help (even paid). I have a client that had some devs write a small piece of software for them using QT....
View ArticleUnable to get sedkit-env-webkit package
Hi, I have been trying to install qt 5 by going through this page: http://qt-project.org/wiki/Building_Qt_5_from_Git However I run into a problem when trying to install the sedkit-env-webkit package....
View ArticleQt5 configure error
I use Linux Mint. I want to compile Qt dbus module. So, I configure: ../configure -prefix $KF5 -opensource -confirm-license -nomake examples -nomake tests -nomake webkit -make qtdbus -qpa xcb...
View ArticleCan't build QT on OS X 10.8.2
I’m having issues trying to build both QT 4.8.4 and 5.0 on OS X 10.8.2. 4.8.4 gives: -bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory 5.0 gives: -bash: ./configure:...
View ArticleLNK2001 while building Qt5 with VS2012 Pro
I followed the instructions here [qt-project.org] for checking out the Qt5 source from Git. I used the —no-webit when running perl init-repository. Here [pastebin.com] are the configure options I used....
View ArticleQT 5 compile fails with undefined symbols for x86_64 on OS X
I having an issue compiling QT 5.0, where it eventually errors out due to undefined symbols for x86_64. —— Undefined symbols for architecture x86_64: “_XSetErrorHandler”, referenced from:...
View ArticleHow to output a single line in Qt Creator 2.4.1 ?
I’m using Qt Creator 2.4.1 based on Qt 4.7.4 I’ve made a simple “Hello, world” program int main() { std::cout << “Hello World!” << std::endl; } But when I run it, nothing...
View Article