Building Windows apps on Ubuntu with QT Creator
I am coding an application that I would like to be cross platform, or at least I would like to be able to easliy build a version for both Linux and Windows (in future also for android). I am using QT...
View ArticleLinker Errors on QtWidgets & QtCore/qglobal.h">[SOLVED] Switched to "iOS Simulator" Kit -> Linker Errors on QtWidgets &...
OS X 10.8 Creator 2.7.1 Qt 5.1 Beta I’m building qt-ios-demo: https://github.com/msorvig/qt-ios-demo It builds fine as an OS X app, and I had managed to run it in the simulator before I made some...
View ArticleBuilding to iOS Devices (arm-macos-generic-mach_o-32bit)
OS X 10.8 Creator 2.7.1 Qt 5.1 Beta (I don’t know whether this issue is with qmake, Creator, or something else. But it seemed to fit this forum best, so here goes.) I now have an app running properly...
View ArticleProblem with Qt last version.
Hello, guys. I have Qt Creator last version with Gcc-4.7, G++4.7 and Cmake-2.8.9 in my Debian Squeeze 6.0.7. I’m trying to install a program called Avogadro but i’m having the bellow error message: —...
View ArticleQt5 deploy as an debian package, dependency libqt5core5 is not satisfiable
Hey, I’m trying to make an debian package of my application and im am constantly failing. The build process works completly but when i try the application on another computer is says that my dependency...
View Articlevisual studio 2010
I am getting linker errors with QT 5 in visual studio 2010 . Has something to do with Q_OBJECT . What do I need to do to get my code to compile in visual studio ? I already added the include and lib...
View ArticleDeployment on windows
Hi All, I am using Qt SDK 5.0.2 and I have a little console project that running nicely within the Qt Creator environment. But now I want to take the compiled .exe file and run it on another PC. I have...
View ArticleTrying to install MySQL driver for Qt
Hello, I am having a bit of a problem. I want to MySQL with Qt. I am have followed the instructions in the website below to install the MySQL driver for Qt....
View Articlerunning Qtcreator as root on ubuntu 13.04
So I just installed Ubuntu 13.04 and being a developer, installed the QT SDK. The problem is when I try to run the program as root, for example: $ sudo qtcreator The terminal just hangs and the...
View ArticleSuccessful but will not run. Dependency Walker cannot find QT5CORE.dll
Good Day, I have installed Qt 5.0.2 for Windows 64-bit (VS 2012) on Windows 7, and duplicated the steps in the tutorial http://www.youtube.com/watch?v=0ONxIy8itRA (OpenCV and QT). The program is built...
View ArticleCompiling Qt with Struct Member Alignment of one (/Zp1)
I have a Qt project which uses a few other libraries made by the company i work for. A struct member alignment of one is used for every library and project in our system. I don’t know the details but...
View ArticleQMYSQL Driver installation
Hello, for the past 3 days I’ve been trying to install the QMYSQL driver but I can’t get it anyhow to work. I’ve tried a lot of guides and in all of them I get stuck in a moment. I’m running on a mac...
View ArticleQt 5 doesn`t build - too many errors emitted
Hi everyone! I try to compile a 32 Bit Version of Qt on Mac OS X 10.8.3, but after a short time it throws many errors and ends up with the fatal error: too many errors emitted, stopping now. I...
View ArticleBuilding qt from git - assembler error
Hello, I am trying to build qt5 from git following instructions from here [qt-project.org]. But it fails with following error on g++ … schema/qxsdschemaparser_setup.cpp: {standard input}: Assembler...
View ArticleHow to build a static Qt 5.0.2 in windows
Hi, I’m a beginner of Qt. I have a project of converting the html page to png file by calling API of QtWebKit. It’s very simple and I have finished it in Qt Creator. But I need to build my project to a...
View ArticleCan't connect to SQLite DB
Doing my first steps in Qt Creator and lost already: To a basic, otherwise unchanged starting app from the Qt wizzard, I have added `sql` to the project file QT ...
View ArticleQt 5.0.2 how to set kit and compiler
hi guys… i am looking for a way or tutorial to set the compiler and kit in Qt 5.0.2 to start compile and run the app… after installing Qt 5.0.2 , as i wish to build or run an app , it says …. “Qt...
View Articlecannot find -lGL [solved]
I created a very simple test application to verify my Qt Creator env. When I go to build and run the test app I receive the following link error -> cannot find -lGL. I realize this is some...
View ArticleCan't configure Qt 5.1 beta1 - options ignored
I’m on my Windows 7 partition now, trying to set up for Android, as Android phones are the market for something a coworker is thinking Qt might be good for. I’m following this [qt-project.org] and get...
View ArticleLatest QtCreator from Git will not compile
Hi, I just downloaded the latest version of the QtCreator from the Git archive. I tried to compile it with the following commands 1. git clone git://gitorious.org/qt-creator/qt-creator.git . 2. qmake...
View Article