Confused: ANGLE or OpenGL?
I am new to Qt and have just bought the 3 official books on QT. So I am a green horn starting out on Qt. I have been programming using VB6 for more than 10 years and now seriously need to migrate for...
View ArticleLinking with ICC to a Qt built with Gcc?
I have been using a Qt4.8.2 compiled with gcc, to link in an applicaton built with icc (on a linux x86_64) Now that i have switched to 4.8.5, when i build my app with icc, i get the following errors :...
View ArticleError building Qt Creator 2.8.1 with Qt 5.1.1 on Debian (with no prior...
I am setting up a development environment to build and debug using Qt and Qt Creator on Debian Linux. I got an error while building Qt Creator. (The error is at the bottom of this post.) I am not too...
View ArticleBuild Qt5 on Raspberry.
After many days on building, when the build is at the end (I think) I have obtained an error on building webkit. Is there a way to build Qt5 without webkit? The -no-webkit option is only for Windows....
View ArticleInstalling Qt4.8.5 on Ubuntu 10.04 by compiling
I’m trying to install Qt 4.8.5 by compiling. I followed the directions at this site. http://blog.matoski.com/2013/01/14/compile-qt-4-8-4-on-ubuntu-10-04-lucid/ [blog.matoski.com] It compiles without...
View ArticleCannot run my android application on the emulator
Hi all, I have created a simple project “MyProjet” containing 3 sub-projects : “MyApp” the application which i’ll run on the emulator, “MyLib” a first library that “MyApp” depends on and “MyOtherLib” a...
View ArticleKit setup ignorance
Hello, I am new to QT Creator. I am using Windows 7, and do not have Visual Studio installed. I have installed the QT product, and it seems to have default Compiler and Kit already setup. Installation...
View ArticleInstalling Qt5.1.1 and QtCreator for multiple users on WinXP (32bit)
I have to deploy Qt5 onto a pool of computers running WinXP. All users on these computers should be able to use the Creator. However, after installing it as Administrator it is only visible to the...
View ArticlePortable build
I built Qt sources statically as following but build path saved and not able to be portable! configure -no-warnings-are-errors -qt-pcre -qt-libpng -ltcg -release -developer-build -static -qt-sql-sqlite...
View ArticleBuild Error: File Not Found
I have already installed Qt 5.1.1 for Windows 64-bit (VS 2012, 525 MB) in Windows 7. I also have VS 2010 installed. When building the Notepad example, an error occurred. The message was: LNK1112:...
View ArticleCompile only one file of a project with exceptions support
Hi! In our project we aren’t using exceptions, but some of the libraries we are using require exceptions support. I’d like to compile one file of a project with exceptions support enabled and the rest...
View ArticleQT creator error after compilation (running on Linux) sry, noobie stuff...
Error: QOpenGLShaderProgram: could not create shader program QOpenGLShader: could not create shader QSGMaterialShader: Shader compilation failed: Why?
View Article[Solved] Project ERROR: Unknown module(s) in QT: quick
Hi, I was hoping to get some help with the following problem trying to build Qt Creator (under Fedora). I downloaded the following 2 source distros qt-everywhere-opensource-src-5.1.1.tar.gz...
View ArticleUndefined references after compile
I compiled 4.8.5 and I didn’t get any errors yet when I try to compile my program I get these undefined reference errors. Where did I go wrong on my compile? Did these get left out during compile? I...
View ArticleError at installing QT5.1.1 on Win8 x64
Hello, I have installed QT5.1.1 (qt-windows-opensource-5.1.1-msvc2012-x86-offline) on my pc. Visual Studio 2012 Pro has been installed, too. But when I’m running QT Creator, it always tells me that...
View ArticleProblems with QT5 Addin for Visual Studio 2012
Hello, I have currently installed the QT5 addin for Visual Studio 2012 (Version 1.2.2). But when I want to compile the first project (e.g. the project which is created via the assistant when you want...
View ArticleInstallation: Qt Creator needs a compiler set up to build
Hey Guys I have just installed Qt 5.1.1 and tried to run the “Application Example”. It didn’t work, but this error appeared: “Qt Creator needs a compiler set up to build. Configure a compiler in the...
View ArticleHow to add plugins to Qt
Development environment details OS details : Linux ( Ubuntu 12.04 LTS ) Application framework: Qt Creator 2.7.0 Based on Qt 5.0.2 (32 bit) Test 1 : Running a QT application on a Ubuntu environment...
View ArticleQt5 with WebKit
I’m not sure why, because Qt4.8.5 works fine, but when I use the Linux offline .run file to build Qt5 (5.1.0 or 5.1.1), no WebKit support is included, but no errors are thrown. The QWebView widget...
View ArticleQTOpenCL configuring and installation
Hello! I wanted to start with QTOpenCL, so I did: git clone git://gitorious.org/qt-labs/opencl.git Previously, I had installed qtcreator and qtdesigner. So I tried: $ ./configure This is the...
View Article