Qt5 on OS X 10.9, - without - Xcode?
Hi, just a simple Question; Is it possible – and if so, how – to install Qt5 and the Qt Creator without being forced to install more than 3 gigabytes of bloat I’ll never ever touch? I understand that...
View Articlebuild the Qt project in Qt creator
I am new to Qt and using Qt creator 3.0.1 when i am trying to compile the qt project in qt creator getting following error; “Project ERROR: Qmake spec sets an invalid MAKEFILE_GENERATOR” kindly guide...
View ArticleVSaddin 2012 : No Qt version assigned to this project for platform x64
Hello, I use Windows 7 ×64, with: Visual Studio 2012 Utimate, qt-opensource-windows-x86-msvc2012_64-5.2.1.exe qt-vs-addin-1.2.2-opensource.exe VS2012 Qt version path in Qt options is :...
View Article-no-sse4: invalid command-line switch
I was trying to perform an out-of-tree build and this flag doesn’t work ../qt-everywhere-opensource-src-5.2.1/configure -prefix /tmp/cache/bin -no-avx -no-sse4 + cd qtbase +...
View ArticleError in compiling qtscript/src/scripttools
Hi, I’m trying to cross-compile QT5.2 from git. The configuration is made by: ./configure -v -opengl es2 -device linux-arm-amlogic-8726M-g++ -device-option CROSS_COMPILE=arm-linux-gnueabi- -sysroot...
View ArticleUnresolved external symbols when building empty QT project
I have installed Visual Studio 2010, Windows SDK and Qt 5.2.1. I created an empty qt widgets application project with Qt Creator but it doesn’t build, giving me numerous linking errors:...
View ArticleCan't get OpenSSL to run on Windows (same code works fine on Linux)
I recently wrote a desktop app for Linux(VirtualBox) that employs openSSL. I’m just using the libraries for encrypting and decrypting files (no network) and it works great. Now, I’m trying to create a...
View ArticleOpenBSD Device
Hello! Is it possible to add an OpenBSD machine as a different Device in Qt Creators settings? I have only the 3 default possibilities Generic Linux, Blackberry Device, QNX Device. Thank you in advance.
View ArticleQt5.2.1 Build fails when using -prefix
Hello everyone, I have a rather strange problem. I downloaded the Qt 5.2.1 source zip for windows. My goal is to build QT 5.2.1 with a PostgreSQL driver and for usage with VS2008. I already managed to...
View ArticleQt 5.2.1 Windows build fails while updating path
I’m trying to build Qt 5.2.1 from source, but it fails, seemingly when updating some environment variables. I configured Qt with the following options: -opensource -debug-and-release -opengl desktop...
View ArticleQt5 How to build Windows 32bit MinGW Static and adding MSYS tutorials
Prequisits are QT5 source, QT5 MinGW installed to c:\Qt. It’s important to know that I banged my head with current mingw separate compiler that does use Dfarf 2 and 3 but Qt5 uses version 4 so you must...
View ArticleCompiling error qt 5.2.0 os x mavericks
Getting this error: /Users/eugenekolesnikov/Qt5.2.0/5.2.0/clang_64/lib/QtWidgets.framework/Headers/qsizepolicy.h:52: error: variable has incomplete type ‘class Q_WIDGETS_EXPORT’ class Q_WIDGETS_EXPORT...
View ArticleBuilding Qt 5 from Git, some important modules are not installed
Hi all: I’ve installed Qt5 from git according these steps: http://qt-project.org/wiki/Building_Qt_5_from_Git And tried to build a cross compiler for my embedded board:...
View ArticleTrying to compile my first widget [solved]
Hello all, I’m trying to compile the first exercice in the book “C++ GUI programming with QT 4” (page 14 and further). For those of you who also tried to copy the code of the manual and compile this, I...
View ArticleTry to deploy my first program under linux.
I want to deploy a software under linux platforms. Qt5 is not supported yet in a lot of distros, so i have to put shared libraries files (.so) with the binary file. my question: in which directory can...
View ArticleTrying to compile my first Ui [solved]
Hello all, I’m continuing the book “C++ GUI applications with Qt4” and am arriving at a new problem. When I try to compile the code of page 26—the Go to Cell Location example, I get the error “variable...
View Articleenginiobackendconnection_p.h: No such file or directory
this is what happens when building Qt5.3 beta on linux and mac: make[3]: Entering directory `/home/libarria/Downloads/qt-everywhere-opensource-src-5.3.0-beta/qtenginio/src/enginio_client' g++ -c -pipe...
View Article[QT 5.2.1 Static -- MinGW] "widgets.pro" Compiler __GXX_Personality Entry...
Before I state my Issue, I just wanted to note that I have thoroughly searched through *Google and *QT for help on this issue. Unlike some forums, everyone seems nice here :) I have had to fight...
View ArticleQt 4.8.6 can't deploy on OSX
Hello, I’ve been successfully deploying with Qt 4.8.5 several times and now that I switched to Qt 4.8.6 I can’t anymore. It seems the system paths of where the Qt libraries are installed, are ignored,...
View ArticleQt 4-8.6 does not build
Hi, I have 4 configurations with Qt 4.8.5 (32-,64-,32-static,64-static) which work and compiles without problem. Now I have setup Qt 4.8.6 in the same way. There is exactly one byte different in my...
View Article