Installation of QT4.7.2 with Visual Studio 2012?
Hi all, After installation of Visual Studio 2012 and QT4.7.2, qt-ws-addin-1.1.11 gives an error that “The installer could not find an Installation of Visual Studio 200x”. Could any tell me whether I...
View ArticleBuild problem
Hello everyone, I’m new using Qt5, and now I need your help. Maybe in a few weeks I could help someone ;). I was trying to build a project what is already working, and I found this error: ‘cl’ is not...
View ArticleConvert Windows Project to Linux, problem linking to Shared Library
Hello Qt Community, I’m working with Qt for some time now, solving all my problems with this forum and API. Thanks for that! But now I’m stuck porting my project to linux. I’m developing some custom...
View ArticleEnvironment variables?
I’m not sure exactly which environment variables I need to add (or if my problem is something else). I installed QT Creator 5 today for the first time. When I try to build I always get an error (Error...
View Articlestatic configuration failing on ubuntu
I first did a standard installation using 64 bit .run file on my ubuntu. Then since I wanted to deploy on server environments without qt, I wanted to build a static framework too. I downloaded the...
View Article[Solved] Qt problem with query in SQLite database in Qt
Hi, I am facing this problem: QString name, passwd; name=ui->nom->text(); passwd=ui->motdepasse->text(); ...
View Articlesudo make install fails on my mac
Tried the release version from github, failed to install with an error so I figured it was a minor bug and so I cleaned everything and switched to 5.4. It built fine but when I tried to do make...
View Article[Solved] Qt Creator: Linux host, Android target - no compiler can produce...
I cloned the qt repository and built it for android following the wiki. In Qt Creator, I tried to choose the newly built Qt version and got “No compiler can produce…”. But I have been using Qt Creator...
View ArticleLicensing question - is my attribution to Qt enough?
Hi, I just finished my software and it’s available online https://maximumtrainer.com/ Before installing my software, you have to sign a license where I mention about Qt: _- MaximumTrainer is build with...
View ArticleImporting project with various files
I am trying to import a makefile project in order to use qt creator as a text editor without intending to compile or debug the code, the problem is – when I actually import the project qtcreator only...
View ArticleCMake cannot find QT5
Hi I whant to build OSG with QT5. With qt4 it works fine but with QT5 I get the following message from CMake CMake Warning at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/FindQt4.cmake:616...
View ArticleDeploy Statically on Linux
I’m following this Document. Using Qt 5.3 http://qt-project.org/doc/qt-5/linux-deployment.html process sucessfull till this command qmake -config release (nothing happens) as qmake usage suggest i...
View ArticleProject ERROR: Unknown module(s) in Qt: quick
I want to install Qt5.2.1 and when I do “make” I have the next error: Project ERROR: Unknown module(s) in Qt: quick
View ArticleQt 5.3.1 static build on OSX 10.9
Hi all, I’ve been struggling for a few days trying to get a static build of Qt created with all the appropriate symbols defined. The overall goal is to create a small static library that can...
View ArticleDeploying a dylib file on mac
Hello. I have created a mac plugin, which is basically a dylib file. The plugin includes a couple of boost libraries, and no qt libs. Now I am trying to deploy it and, understandably, receive a...
View ArticleDeploying release configuration of application still looking for debug...
Good Afternoon, I’m in the process of trying to deploy an application that a 3rd party developed using the QT framework for the front end and I’m running into a problem which is I’m getting the...
View ArticleIntegrating OpenCV libraries in QtCreator on Windows
Hi Guys, I have a certain problem concerning the integration of OpenCV libraries in Qt creator: I’ve downloaded the opencv-249.exe, extracted it and tried to include the libraries by adding to the .pro...
View ArticleNew to Qt, want to cross-compile for raspberry pi
I’ve recently downloaded Qt Creator and need help moving forward. What I want to do is develop applications using Qt Creator installed on a Win7 laptop. I’ve completed and tested the application on the...
View ArticleInstalling Phonon in VS 2012 Premium to use with Qt5 add-in?
I have Qt5 add-in installed in VS 2012 Premium and it works well. I want to use Phonon, but when I see the Qt5 modules, Phonon is greyed out – http://imgur.com/TRGgrs4 . How do I get this working?
View ArticleError after installing Qt [Solved]
I have just installed Qt 5.3 in /opt and started a simple “Qt application with widgets” with QtCreator. Compilation fails with cannot find -lGL Do I have th libGL library : yes #locate libGL.so...
View Article