Qt5 on CentOS with webkit
Has anybody managed to build that? If so, what was the command line for configure?
View ArticleQt 5 on Raspberry Pi / Qt Version not properly instaled, please run make install
Good day fellow programmers, I am trying to deploy my application to a Raspberry and have been following this (http://www.ics.com/blog/building-qt-5-raspberry-pi#.UgJKG7xidlL) guide. I went through all...
View Articleicu header files missing
In my QT 5.1 source, there is no file udat.h. The file /qt-everywhere-opensource-src-5.1.0/qtwebkit/Source/JavaScriptCore/runtime/DatePrototype.cpp includes it. I’m happy to change the include path to...
View ArticleLinuxFB vs XCB for QPA
I’m wanting to use QT 5.1 without X11 in an embedded platform. I compiled it without xcb support successfully, but when attempting to run one of the examples (stickman), I see the following… — snip —...
View ArticleTutorial on Compiling Qt 5.1.0 and QtCreator 2.8.0 on Windows 7 using Visual...
Hello everyone, I just got everything working and I thought I would share my adventure with everyone in the chance it might help some people. Note: Adding environment extensions… Go to my computer and...
View ArticleWindows Installation Problem
I just downloaded the Windows 64-bit installer. When I try to install it in C:\Program Files\Qt\5.1.0\ I get an error message saying I am using invalid characters in the path name. Is this a bug? I...
View ArticleProblem Deploying on Windows
I recently switched to Qt 5 and I found myself in big problems when I try to deploy my program. In the same folder I placed: TheProgram.exe D3DCompiler_43.dll icudt51.dll icuin51.dll icuuc51.dll...
View ArticleHow do I use functions in a 3rd party .DLL file in Qt Creator on Windows?
I’ve set the .DLL location in the windows environment variable path. I’m trying to do #Include <DLLname> which is not working. I’m very new, so sorry if this is a stupid question but...
View ArticleQt 5.1 on PandaBoard (cannot find mkspec)
Hello, I’m trying to cross-compile Qt 5.1 for the PandaBoard per the instructions here: http://qt-project.org/wiki/TIPandaBoard using Ubuntu 12.10. When configuring the build, the directions call out...
View ArticleCan't run Qt Creator: error while loading shared libraries
I am running Ubuntu 13.04 on an Odroid-U2 and have downloaded Qt Creator from the Software Center, but it will not run. When I try to run it from the terminal I get this error: error while loading...
View ArticleSetting up MSVC 2010 compiler in Qt Creator
Hello, I’m trying to set up Qt Creator to build a GUI application and am getting build errors that I believe have something to do with my compiler not set up correctly. To test the build, I started a...
View ArticleQt Kiosk application
Hi, Is there any good tutorial to create a Qt application and deploy it into the Kiosks. Also how can we control the credit\debit card operations in the Kiosks. Regards Ansif
View ArticleCan't Deploy from OSX 10.8 for 10.6
I tried to compile an application for osx .6 snow leopard, but it simply doesn’t work. I don’t get it why, even with a simple Hello World test App. running on 10.8 works fine. I builded Qt5 with my own...
View ArticleProblem installing Qt5 on Raspberry Pi
Hello, I’m trying to get Qt running on my RasPi for 2 weeks now and didn’t manage it to get it work. I tried the following guides: http://qt-project.org/wiki/RaspberryPi_Beginners_guide...
View Articleqt embedded compile with opengl error...
Hi everyone Now I’m meet some error in compiling qt embedded with opengl for arm in ubuntu 12.04 . acturally, I am compileing qt opensource both version is 4.8.4 and 4.6.2. I received opengl lib and...
View ArticleProblem to compile qmake.exe : incompatible x64 error (Win8 x64, VS 2010 x64...
Hi everybody, I’m trying to compile Realxtend project [github.com] (if possible in x64 but x32 is fine too). So this project have a script for automatic configure/download/compile successively all...
View ArticleDisplay issue - Xlib: extension "GLX" missing on display ":0"
Hello there! I have just begun using Qt after quite a break and meanwhile I have changed the OS from Windows to Ubuntu. I am currently using Ubuntu 12.04 LTS. I tried writing a test Qt GUI App(one that...
View ArticleQML preview not working on Ubuntu 13.04 with Qt Creator 2.8
I have built and installed Qt 5.1 with Qt Quick from the single source modules and installed Qt Creator 2.8.0 using the binary installer. I think I have set everything up right as the qml designer is...
View ArticleQtCreator on Windows: qmake does not exist or is not executable
Hello I’m trying to follow the “Getting Started” guide, and ran into a problem. Let me explain the steps I took, and perhaps some of you might see what I’ve done wrong; My system is Win7 64bit 1) I...
View ArticleQt application error 127 on AMD machine but not Nvidia
Not sure if this is the correct forum for this but here goes. We’re developing a Qt application for Windows using vc++2005. I originally built Qt 4.8.4 on my machine which has an Nvidia graphics card....
View Article