[Deploy] jom break linking
Hello User! I have one project with [Ru] Qt 3.2.1 + msvc2013 + opengl… error when compiling debug: echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */...
View ArticleProper way to install source components
Hello all, while installing Qt 5.3.1, one have the possibility to choose additional source components. After the installation ends I’m able to find a ‘Src’ directory with the related content. But how...
View Article[solved] example path question
Hello, after a fresh setupt using the installer: “qt-opensource-linux-x86-1.6.0-4-online.run” i do not have the examples in WelcomeTAB. Installation path is /opt/QtSDK and the examples appears to be in...
View ArticleCompiling static libs crashes with strange linker errors
Hey there, I tried to compile the static libs for 5.3.0. I ran configure from the “Developer Console for Visual Studio 2013” with the following options: configure -c++11 -mp -release -static -nomake...
View ArticleMaintenanceTool and repositories
Which additonal repositories are available to add to MaintenanceTool ? So far i have the ‘standard” repos from online-installer only.
View ArticleAdding libs (QT += ...) didn't work
Hello. I have a problem with adding new libs to project. I try add “xml” to QT += core, but that didn’t work. Nothing changes. My workspace: Qt 5.3 MinGW 32bit (auto-detected) MinGW 4.8.2 32bit...
View ArticleDeploying SQL drivers with an ActiveQt component
Hi. I have an ActiveQt component that makes use of the SQL plugin. The necessary DLLs are expected to be in <application>/sqldrivers. And this seems to be hardwired (for some unfathomable...
View Article[Linux] no QtCreator window after installing QT5.3.1
Hallo! I have installed Qt 5.3.1 from the offline installation binary on my Debian system. As I start the new qtcreator, I do not see any window appearing on the desktop. This morning, I at least had...
View ArticleProblem to deploy Qt app with QtMultimedia on Linux
Hi, I tried to deploy an application Qt (5.3) on Linux (Ubuntu 14.04) which use QtMultimedia I have first deployed a simple application (Hello World) to understand. I have had no problem ro run the...
View ArticleQMediaPlayer Fails with linker errors
Below is my code for a very basic player however I am getting a ton of linker errors. Which i have no idea how to solve. main.cpp #include <QDebug> #include <QApplication>...
View Article[SOLVED] Linker errors at static compiling
Hey, I finally made it to build and install the Qt 5.3.1 static libraries. But when I try to compile, I get some strange linker errors: Qt5Core.lib(Qt5Core.dll):-1: error: LNK2005: "public:...
View ArticleBuilding error when try build qt static from source
Hi all, I want to build qt 5.3.1 STATIC with MSVC 2013 on windows 7 but I got errors. Here are what I did: I download qt 5.3.1 source from...
View ArticleCannot run "qt-opensource-linux-x86-1.6.0-4-online.run"
I am running pidora on a Raspberry Pi. When I attempt to run qt-opensource-linux-x86-1.6.0-4-online.run I get this error: bash: ./qt-opensource-linux-x86-1.6.0-4-online.run: cannot execute binary file...
View Article[SOLVED] show new window
Hi all! I’m trying to compile my project, i’m using qt, pcl and i’m compiling with cmake and make. I’ve created a new dialog window and i’ve just added these lines to show a new window: #include...
View ArticleQt Creator on mac osx: c++ headers not being found / boost/shared_ptr.hpp: No...
I started using Qt Creator 2.8.2 on mac osx 10.9.4 for sailfish OS application development (Downloaded Qt Creator from https://sailfishos.org) If I want to compile a sample c++ file including header...
View ArticleQwtPlot keeps crashing my program -"The program has unexpectedly finished."
And, I have no idea why, nor how to fix it. ( I’m actually pretty sure this is a really newbie problem too…) This was originally happing in another tutorial I was working on, and I eventually traced it...
View Articlemach-o, but wrong architecture
This appears to be a constant refrain. Attempting to run a simple tutorial app: import sys import PySide.QtCore import PySide.QtGui app = PySide.QtGui.QApplication(sys.argv) label =...
View ArticleReinstalled an now facing compiler issue.
Hi, I have had an issue with my Qt install which meant i needed to uninstall and reinstall my version of Qt. Unfortunately when I reinstalled it now gives me the error “Qt Creator needs a commpiler set...
View ArticleOK to build Qt5 with -no-mitshm on Linux?
Hi: XCB or X11 is totally out of my expertise, so forgive me if I say anything stupid. For some reason, we build qt4 with -no-mitshm for many years, can I still use this option with Qt5? The reason I...
View ArticleCompiling error : 'QTextEdit' Does not name a type
Hello, I am working on a small project using Qt 5.3.1. I have included <QtWidgets> at the beginning , but while the declaration of a QTextEdit variable this error occurs : ‘ ‘QTextEdit’...
View Article