newbie: how to deploy for MAC
hello guys, I made a small application and want to deploy it for mac. I have QT installed in mac with the installer but i don’t know where was it installed. I read that macdeployqt this program could...
View Articleconnecting to a web service using Qt5.0.1
Hello, I am working with microsoft visual studio 2010, c++ project with Qt5.0.1. I try to connect to remote web service, but I cant find the right connect(..) function to use. here is my code:...
View ArticleQt5 build from Git VS2010: Don't know how to make Qt5QmlDevTools.lib
I’m having troubles building Qt5 with Visual Studio 2010 ×64 (stable branch clone of Qt5 git). The compiler gives the following error message: NMAKE : fatal error U1073: don’t know how to make...
View ArticleHow make a Qt5.01 GUI.exe with Windows7 & Mingwc ?
Hello, I follow some instruction for creating un app_gui.exe (Qt5.01) on windows 7 dsktop and Mingwc, from the Qt appli that running nicely, but when i run it from my desktop folder i get a message...
View Articlecompile error of installing QScintilla-gpl-2.7.1 on Linux
I am installing QScintilla-gpl-2.7.1 on Linux 2.6.32. I got the compile error even though I defined EXT_LEXER_DECL __stdcall. #if PLAT_WIN #define EXT_LEXER_DECL __stdcall #elif PLAT_QT #include...
View ArticleDeploy project html Qt5.0.1 ?
Hello, my name is Dan I am under Qt 5.0.1 with library 4.8.4. I create a project html5 with Web authentification to reach a video application conference. After several searches(researches) I wish to...
View ArticleInstalling Qt 5.0 on Windows 7 64-bit and VS2008 Pro
Hello all, I have a machine with Windows 7 64-bit and Visual Studio 2008 Professional and would like to install Qt 5 to familiarize myself with Qt Creator and Qt library. I can see from the Qt...
View ArticleQt 5.0.1 build failure on linux with Gcc-4.8.0 and c++11 turned on.
Hello, I’m trying to build Qt-5.0.1 on 64bit linux with GCC-4.8.0 enabling c++11. Compilation is failing with bunch of errors. kernel/qtimerinfo_unix.cpp:98:30: error: redeclaration ‘constexpr T...
View ArticleCannot Install On OS X
I’m trying to build the latest package of QT on OS X. When I try to make it, I get an error on the statement to include RegExpJitTables.h. I’ve seen this has shown up in Fedora, but no references to OS...
View ArticleBuild failure : undefined reference to `gluPerspective'
Hello everbody, I have a build error when I try to build my Qt project with QtCreator. “undefined reference to `gluPerspective’”. My .pro file is : SOURCES += \ main.cpp \...
View ArticleError during building Qt 5.0.1 on Mac OS 10.8
Hello, I have some years of experiance in developing comand line software on UNIX based OS but now I am quit new in using Qt. So I hope for some help and a little patience. I have installed Qt 5.0.1...
View Articleinstalling QT5.0.1 on linux
Hello, I have a problem installing QT5.0.1 on my workstation. I download the Qt5 64b. I did chmod 777 qt[….].run and then ./qt-linux[…].run the install was successful. but when I tried to open it from...
View ArticleBuild QT 5.0.1 For Andorid
hi I have Problem to Build Qt for Android . http://qt-project.org/wiki/Qt5ForAndroidBuilding MY PROBLEM root@mehdi-HP-ProBook-4520s:/home/mehdi/Desktop/QT/qt5.0.1/qt5# ./configure -developer-build...
View ArticleLinker problems while ./configure for target build
Hi! When doing ./configure for my target I get the following linker error: /usr/bin/ld: skipping incompatible /lib/libc.so.6 when searching for /lib/libc.so.6 /usr/bin/ld: cannot find /lib/libc.so.6 I...
View ArticletestAndSetAcquire method references condition code register which is not...
I hit an error every time QBasicAtomicInt::testAndSetAcquire() is called from QEventDispatcherUNIX::wakeUp(). The testAndSetAcquire() has inline assembly code which lists the clobbered registers at the...
View ArticleQT 5 for Mac OS X omits the creation of an NSAutoreleasePool?
Applications built with QT 5.0.1 leak ObjC objects because apparently no attempt is made to create an NSAutoreleasePool. I noticed this in my own build, but the ‘official’ clang64 build available for...
View ArticleNeed help with Serial Communication
Hello everyone, I am currently developing a Hexapod for a school project. I finished the assembly and now I am trying to develop a program which will permit to the user to move the robot by clicking on...
View ArticleModifying PATH variable from .pro files.
I’m trying to create ActiveX control, but building fails because qmake tries to load my ActiveX control during building and it can’t find dependencies ( other libraries used by my control and built to...
View ArticleQT 5.0.1 with mingw32 installation broken.
Hi, I installed the following package: http://releases.qt-project.org/qt5/5.0.1/qt-windows-opensource-5.0.1-mingw47_32-x86-offline.exe but building of projects is not working. I tried to build the...
View Article