Install Qt5 under 500mb
I have an old PC that runs Ubuntu Lucid (32bit) and it has only 500mb of disk space left (I can’t free up more). I want to install Qt libraries, headers and qmake, I’m not interested in all the extra...
View ArticleHow to enable C++0x on QtSDK with MinGw Compiler?
I’m trying to use <regex> on Qt creator but when I include header file or try to use some regex functions i get this message: *#error This file requires compiler and library...
View ArticleError when compile : 1: error: cannot find -lGL 2: ld returned 1 exit status
I have a simple program for testing the istallation of Creator, but when i compile the program, lauch this message and can’t run. i work on xubuntu 1: error: cannot find -lGL 2: ld returned 1 exit...
View ArticleQt 5.1 installing mysql plugin.
I’ve been having a lot of trouble getting mysql plugin to work so that I can access an online sql database. I’m new to programming and especially Qt. Would appreciate any help.
View Article[SOLVED] Custom Raw plugin, missing entry point
Hello, QImage don’t support .raw file, so I have here one plugin which should fix this problem, but I didn’t found what should be in main() (entry point). I have RawHandler class and RawPlugin(in...
View Articlecompiling 5.1.1
Hi I just downloaded Qt 5.1.1 I used configure as follows configure -platform win32-g++ -opengl desktop When I compile I am getting this error – main.cpp: In member function ‘virtual QVariant...
View ArticleMacOSX QML deployment problem
Hi, I try to deploy (put Qt libs inside the app bundle) a QML application for MacOSX. I used macdeployqt with Qt 5.1.1 but it doesn’t seams to deploy everything (the error says that it cant import de...
View ArticleHow to enable QT_QML_NO_DEBUGGER
In qtdeclarative/src/qml/debugger/qqmldebugserver.cpp there is a #ifndef QT_QML_NO_DEBUGGER and in the configure script the -no-qml-debug option adds the define to QCONFIG_FLAGS however this does not...
View ArticleQt 5.1.1 does not build - uic: No such file or directory
CentOS 6; I followed all the instruction written here on how to build here: http://qt-project.org/wiki/Building_Qt_5_from_Git I am not quite a newbie since I build my Qt deployments since 4.1.2 (2006...
View ArticleDebugging with Qt Creator on OSX
Has anyone managed to get debugging with debug helpers working when using Qt Creator (2.8.0) under OS X (10.8)? I have followed the suggestion in...
View ArticleError creating MySQL drivers for QT5.1(mysql.h no such file)
Hi. I’m trying create the drivers for MySQL to connect to QT5.1. Below is my set-up process and the error that it picks up, mysql.h no such file. Setting up environment for Qt usage…...
View ArticleInstall Qt/Qt Creator as root
I’ve used the online installer to install Qt 5.1.1 and Qt Creator 2.8.1 on my Kubuntu machine. The default option was to install everything in my home-directory. I don’t like that, desktop indexers...
View Articleqt-offline-installer silent(quiet) install option
What is the new “quiet install option” for last offline qt SDK installer ? (those typically named “qt-windows-opensource-5.1.1-mingw48_opengl-x86-offline.exe”) I remember I use to install QT 4.7 with...
View ArticleCannot load library: soinfo_link_image
Hi All, I’m trying to deploy a qt 5.1 application on android but i get the following error when the application runs : ... E/dalvikvm( 9688):...
View ArticleNeed help with shared libraries
Hello, I installed QT5 on Ubuntu (offline version). To run a program i need to instal libqt5widget but i don’t know how to do that! :/ That’s what i get now… error while loading shared libraries:...
View ArticleHello friends need help to run the qt 5.0.1 in windows 8
I am using windows 8 64 bit , I have installed the complete sdk, but i am unable to run even the sample application This is the error i am getting 21:45:44: Running steps for project Sample… 21:45:46:...
View ArticleCross Compiling: Linux -> Windows and Linux -> Mac
First of all: I know that Qt is not a cross compiler. I have done a tons amount of Google searching, but not a good solid answer. I have Qt Creator on my Linux laptop. I know that Qt is not a cross...
View ArticleDo macdeployqt of Qt5.1.1 support deployment of QtQuick2?
The macdeployqt on this git repository support an argument which called -qmldir macdeployqt [github.com] But the macdeploy come with Qt5.1.1 do not support it How should we deploy the apps on mac with...
View ArticleQt creator cant new Qt GUI application and qmake not executable...
Hi All i’ve download the online installer from the download site and install qt creator, qt under windows. but after i ran the qt creator i cant new Qt GUI application and on the configuration of qt...
View ArticleQt Creator archived versions missing
I don’t know who to contact so I’m putting a heads up here in hopes that someone may be able to add the missing items. Qt Creator 2.6 & 2.7 source seems to be missing from the archive. Thanks
View Article