Building OpenSSL libraries for Android, from windows
Hello, I have a simple chat program that uses OpenSSL It works fine on windows, but I want to deploy it on android. I tried to build the libcrypto and libssl libraries for android. I got the...
View ArticleProject ERROR: Unknown module(s) in QT: macextras
Hi, I“m using qt 5.2 and I want to integrate my app to an iphone app, but these error is appearing when I tried to add mactextras module; Project ERROR: Unknown module(s) in QT: macextras to .pro file....
View ArticleUnable to build my first QT Application
Hi all, Iām new to developing with QT, but Iād like to develop c++ application using this framework. Since Iām blind and QT Creator has some important accessibility issues in Mac OS X, I thought I...
View ArticleQtService -or- how to run QCoreApplication as a service?
Hello, my console application should be run as a service. The executable is registered as a service by the WiX Toolset which works fine. When starting the service, I get an error that it took too long...
View ArticleNo targets specified and no makefile found
Hello everyone, I need to compile QT in order to have the script patch for wkhtmltopdf. Well, I do as it follows here: http://code.google.com/p/wkhtmltopdf/wiki/compilation The problem is the step:...
View ArticleInstalling qt-everywhere-opensource-src-4.8.4 in Debian 6 (Squeeze) 64bit
Hello, I am trying to Install Qt 4.8.4 on my Debian6 64bit build machine where it will be used to build 32bit application. Here are the exact steps that i am executing. sudo apt-get install...
View Articleqt mobile deploy to android error makefile:878
12:05:12: Starting: āD:\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exeā...
View ArticleBuild Qt for Tizen on Ubuntu 13.10: Stuck on Devices combo box not displaying...
I am able to compile and install QT for Tizen on Ubuntu 13.10 but am stuck at the configuration stage: Configure Qt Creator Have completed Tizen configuration Cannot complete Tizen emulator-related...
View ArticleINSTALLS add "strip" command to makefile
My pro file looks like this: OTHER_FILES += \ .gitignore \ README.md \ qt.conf \ start.sh qtconf.files = $${PWD}/qt.conf qtconf.path = $${OUT_PWD}/...
View ArticleProblem compiling wkhtmltopdf-qt
Hi, I have a problem compiling the wkhtmltopdf-qt library, there it is what I have done: aptitude install openssl build-essential xorg libssl-dev libxrender-dev libxext-dev git-core libqt4-dev...
View ArticleLimitations of qmake / Qt Creator make install
OK, Iām new here but I think I understand some of what is going onā¦! It is possible I am confusing/confounding but looking at āqmake ā Advance Usageā sections on āAdding Custom Targetsā and āInstall...
View Article[Solved] stddef.h no such file or directory
I installed Qt creator and then Qt library-mingw on Window system. I tried to compile an example code in the Qt Creator but I got the error message. Mabe āstddef.hā is one of c++ headers. I think that...
View ArticleBuild Qt debug and release builds
Hi, Iām building Qt from source, but somehow Iām always ending up with the debug dll/libās (Qt*d.lib). Hereās what Iām doing: $qtbase> configure -debug -nomake examples -nomake tests -opensource...
View Articleopencv link to Qt !! cmake problem
Hello, I get this errors in cmake CMake Error at E:/Qt/Qt5.2.1/5.2.1/mingw48_32/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:16 (message): Failed to find "glu32" in...
View ArticleFailure building 4.8.5 on RHEL4 with gcc-3.4.6
While attempting to build qt-4.8.5 on RHEL4 with gcc-3.4.6, the build fails with: ... In file included from...
View ArticleImpossible to get Qt working with OpenGL.
Hello everybody, At least on my system, I canāt get Qt to use the OpenGL backend. My system: OpenSuse 13.1 32-bit with KDE 4.5.11. AMD/ATI RV710 (HD4350/4550) Driver: vendor X.Org renderer Gallium 0.4...
View ArticleQt 5.3 Alpha Source Building error on Linux Ubuntu
Hello everybody I have problem with Building Qt source and I try to compile and build qt-everywhere-opensource-src-5.3.0-alpha.tar.gz on my ubuntu 13.10 Ć64 bit edition. after run make or make install...
View ArticleIs there any available qt3d binary packages for windows ?
My question like in title. Is there any available qt3d binary packages for windows ? I want to install qt3d like i installed qt creator. Is there any possibility ?
View ArticleHas anyone built Qt3D on windows7 x64 using Qt 5.2.1 for windows with MinGW4.8?
Has anyone had bulit Qt3D module using windows 7 64 bit with qt 5.2.1 package with mingw downloaded from http://qt-project.org/downloads and it was succesfull ? Can anyone tell me where i can find...
View ArticleBuild qt source for MAC OS problem with finding standart C++ include files
Hi, I am new to qt. Tried hard to build a static version of qt 4.8.5 on MAC OS X, but without success, please help. Clone from here: git://gitorious.org/qt/qt.git to get version 4.8.5. ran configure...
View Article