error: cannot find -lGL
Hello all, I am trying to build a project in Qt Creator 2.7. And while the build it is giving this error: :-1: error: cannot find -lGL i dont know to what library it corresponds. Please help. Thanks...
View ArticleQt Installer Framework : Create shortcut on the desktop
Hello, I use Qt Installer framework 1.5 After the installation, I would like to add a shortcut on the desktop. In my file installscript.qs, I tried : ...
View ArticleBuild error using Qt5.2.1 and libvlc-qt
I am a total newbie and just learning Qt. I am trying the DemoPlayer example here [github.com] that shows how to link Qt to libVLC. I installed Qt5.2.1 on a Windows XP machine, vlc-qt-0.8.1 and...
View ArticleCross compiling Qt 5 for PandaBoard ES
Could some one help me with cross compiling Qt 5 for PandaBoard ES. I couldn’t find any mkspec file for pandaboard ES. Please help
View ArticleEmpty window when building static QtQuick application
I got a static build of Qt 5.2.1. When i compile a simple hello world application (the one thats created when ceating a new QtQuick application) it works perfectly fine but only on the machine i build...
View Article[SOLVED] Stupid Qt Creator Build Question - Local Directories
I’ve been googling this for a while to no avail, so either it’s so simple that no idiot’s dared to ask, or..well, that’s most likely the case: I’ve on a few different occasions attempted to help folks...
View ArticleBuild problem "cannot find -lqtmaind" and so on
Hello coders, Thats my first problem which I cant handle myself. I used google and didn’t find a topic which is similar to this case. So I decided to create one. My Problem is that i cant compile my...
View ArticleQt Installer framework - Copying files to location other than install directory
I know that, whatever data is placed in package/component dir/data, will be copied to the install directory. What I mean is if I have package/component dir/data/myapp, package/component...
View ArticleFresh install of SDK 5.2.1 msvc 2010 - no compiler found
I have been using the 5.x.x Qt SDKs for a while, with no issues, but always using the MinGW compiler that comes with Qt. I have a particular need to use msvc 2010 compiler, so I downloaded the Qt 5.2.1...
View ArticleOpenGL Window Example crashes
I’m trying to build the OpenGL Window Example, this is what I get. Starting C:\Qt\Qt5.2.0\5.2.0\mingw48_32\examples\gui\build-openglwindow-Desktop_Qt_5_2_0_MinGW_32bit-Debug\debug\openglwindow.exe......
View ArticleProject ERROR: Unknown module(s) in QT: quick-private
hi guys i’m trying to compile Qt 5.2.1 from sources on Rhel 6.3 Santiago. I have the following error with make : Project ERROR: Unknown module(s) in QT: quick-private The configure options I use are:...
View ArticleList installers?
-I am relatively new to this, but why is there not a simple list that states: What version of PYQT4 What version of Qt 4 What version of SIP etc. All in one place with a direct download for all...
View ArticleQtGui doesn't add linker dependency to libGLESv2
I am trying to take the Qt example from examples/gui/openglwindow/ and make it compile/run with CMake. However, when compiling, it fails with a bunch of “error LNK2019: unresolved external symbol...
View ArticleCannot install QT on CentOS
I am trying to install Qt5.2.1 on CentOS 6.4. I would like my Qt to have C++11 support. I followed instructions to install DevToolset, which installed gcc 4.8.1 [root@localhost Qt]# gcc —version gcc...
View ArticleProblems porting from ver 4 to ver 5
First, apologies if this as been answered already – whenever I try a search I get “Loading …” but nothing ever happens. I have a small Windows desktop application I started a while ago under ver 4 and...
View ArticleDeployment on Mac OSX 10.9: Can an app built in OSX 10.8 be able to run on 10.9?
Hi there, I have a Mountain Lion hackintosh. My app is written in pure Qt4.8/C++. Can my app be able to run fully in an Maverick machine? If not, do I have to upgrade to Maverick, or there is another...
View Article[Qt-Creator 3.0.1] Project ERROR: Unknown module(s) in QT: script
hi guys, Well that pretty much sums it up: when i try to compile Qt Creator with the Qt 5.2.1 installed, i have the following error when i do a “qmake -r” : Project ERROR: Unknown module(s) in QT:...
View ArticleExecution from inside MSVC 2013 gives runtime error windows plugin
So I’m the next victim of the windows plugin load failure problem. Of course I searched the web and found plenty of information, however it seems that they all address deployment. I, however, have...
View ArticleFail to deploy ttf files on Qt 5.2.1
I’m developing an Android app with Qt 5.2.1. It’s working, but it’s not deploying any ttf font. That’s my .pro file: QML_FILES.source = source/qml/* QML_FILES.files = *.qml QML_FILES.target = ....
View ArticleBuilding Qt (5.2) from source on Windows with clang / LLVM (3.5)?
Is it yet possible? Where to get makespeec file?
View Article