Qt5.1 Compiling on Ubuntu - moc
Hello, I tried to compile Qt5.1 alpha for trying out, how the Android implementation is working. After configuring and executing “make”, I get followed error: wayne@hellfire...
View ArticleExamples won't compile...
Hi Folks, I’ve downloaded qt-linux-opensource-5.0.1-x86_64-offline and installed on my Ubuntu 12.04LTS system. I can run Qt Creator, but the examples won’t compile. For example the Address Book example...
View ArticleHelp, How to Static Linking Qt 5.0.2 (latest release) VS2010
Hello guys, I have just started using Qt and I must say it is quit awesome. I ha downloaded and install Qt 5.0.2(CS2010) for windows 7. I need my application to run on other computers(who wouldn’t) and...
View ArticleI need help for build Qt 5.1 alpha for iOS
Hi everyone! Today I’ve tried to build the Qt 5.1 Alpha from this sources [download.qt-project.org] for iOS platform using command like: ./configure -xplatform unsupported/macx-ios-clang...
View ArticleCMake kit does not exist for QT 5.0.2
I am a qt newbie and am trying to make a simple c++ project. I have downloaded qt installer version 5.0.2 with libraries and creator. After following the following steps: New Project – Plain C++...
View ArticleQt 5.1 alpha build error
Hello I downloaded qt5.1 alpha from site and not succeed in compilation using vs2008 my command line configure -developer-build -opensource -nomake examples -nomake demos -nomake tests -rtti -qt-crt...
View ArticleQNetworkConfigurationManager is not working as expected after deploying using...
The program: #include <QString> #include <QApplication> #include <QNetworkConfigurationManager> #include <QNetworkConfiguration> #include...
View ArticleError when compiling Application in Release mode with MinGW Compiler (out of...
Hello all, When I am trying to compile my desktop application in release mode using MinGW getting the only error is: “cc1plus.exe:-1: error: out of memory allocating 20479 bytes”. Application is...
View Articleqmake doesn't work (fresh install Windows 8 N & Qt5.0.2)
I’ve just installed Windows 8 N and Qt5.0.2 (MinGW32) and created a simple GUI app. When I try to build it stops at the qmake step. It outputs this: "MAKEFILE_GENERATOR variable not set as a...
View Articlehow to solve Issue-“cannot find -lGL” in Qt5 installed in ubuntu
I build my project from one system. It build verry well. It is simple addition with GUI. (GUI consist of 3 LineEdit and one pushButton). After build from one system. then i try to build project on...
View ArticleProblem with Qt installation.
Hello, guys. I’m using Debian Squeeze 6.0.6 and GCC and G++ 4.4.5. I’m trying to install qt-linux-opensource-5.0.2-x86_64 and i’m having this error message:...
View ArticleProblem by Building the MySQL Driver
Hi, i get always the same errors, 4 times ,by building the MySQL Driver from the 5.1 Alpha sources. “resolve_depends(var, prefix) requires one or two argmunets” I´m using this guide (with the command...
View ArticleDependencies question with Qt 4.8.4
Hi All I have been trying to install 4.8.4 on my recently fresh install of Ubuntu 12.04 LTS and struggling..a lot. After I download the qt-everywhere-opensource-4.8.4 and running even the simplest...
View ArticleIs there something like macdeployqt for windows platform...
I know that packaging on Mac and Windows are very different, but is there a tool for windows which will at least put required DLLs into one folder or something?
View ArticleUbuntu Deployment and Static Linking
Hi, I’ve read the article on deployment to X11 platforms [qt-project.org] but there are a couple of things that remain unclear to me. Can I statically link to libraries even if my Qt build is not...
View ArticleHow to build Qt into a separate directory from the source ?
Like Qt Creator do. e.g. I pull the source into dir D:\Qt\qt_source, I want to build it into D:\Qt\build0421. I found this when I type configure -help -prefix...
View ArticleLinker problem with Qt 5.0.2 when compiling with VS 2010 64bit
Hi, I’m new to Qt 5.0.2 and I don’t know if this question is simple, but I don’t know how to solve it. I downloaded the source code to compile it using Visual Studio 2010 in 64bit. After compiling it...
View ArticleBuild Static Qt problems
I’m trying to build an executable of my application. All the guides I have tried all have steps that don’t work. Supposedly I’m supposed to build Qt statically, and then statically build my...
View ArticleQt Creator 2.7: CMake kit not found
Hello everybody! I’m working with a project with CMake (2.8.10.2) and Qt 5.0.2 on Windows 8 Pro (x64) and VS 2012. I just installed the last SDK with Qt Creator 2.7. When I try to open my project, I...
View ArticleQt Necessitas set-up problem
I just downloaded Necessitas and got a noob-like problem Its saying “qmake does not exist or is not executable” The compiler setting is The kit settings
View Article