QT download page not available
Dear all, I am unable to download any of the contents from [qt-project.org] since yesterday. does anybody has any idea abt it? Regards,
View ArticleError linking external library (Agilent visa32.lib)
Hi all, I’m attempting to build a project and getting this error :-1: error: LNK1104: cannot open file ‘visa32.lib’ The following is part of my .pro file (auto generated by the ‘Add Library’ function...
View ArticleWindows deployment (msvcrt.dll dependency, vcredist_64.exe version)
Prior to building Qt 5.1.1 statically, I have edited the file qtbase\mkspecs\win32-msvc2010\qmake.conf and replaced the compiler switch /MD with /MT, hoping my application would not depend on...
View ArticleCan`t build QT Everywhere on Ubuntu 13.04 and how to install QtConnectivity?
Hello, When i`m started to ./configure it was just fine, but then when i started to ‘make’ i`ve got this: arm-linux-g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB...
View ArticleNeed QT5.1.1 for Windows 32bit, VS2012 + OpenGL
There are 3 other VS2012 downloads, but not 32 bit with openGL. Is there a reason it can’t be done? Is it because Windows 8 and VS2012 are linked and W8 has dropped openGL support? We build for linux...
View Article:-1: error: Qt Creator needs a compiler set up to build.
I realized this has been asked a lot just by searching, but I didn’t find the exact thing I was looking for. I am new to QT and tried to compile a test program and received the error “:-1: error: Qt...
View ArticleUbuntu 13.04: Qt5 and Qt4 can coexist??
Hello, Im using ubuntu 13.04 64 bits and its comes with Qt 4.x , I want to install Qt5 using this PPA (https://launchpad.net/~ubuntu-sdk-team/+archive/ppa) in his notes said about its possible but I...
View Article[SOLVED]Choosing a Lib version depending on the platform
Hi! I have a project that uses a little .lib , but this lib must be compiled in Win32 and another version in Win64 to work properly. I compile properly the lib to each platform, but now i´m linking it...
View Article[SOLVED] Difference between zipped package and getting source from Git
I am having huge problems getting Qt5 to build from source. Specifically building the docs. The binaries and html files build but will not install in target folders. Because of that I don’t trust that...
View ArticleУстановка QtConnectivity или QtMobiliy
Вот такая ошибка после make для qtconnectivity mv -f libQt5Nfc.so.5.0.1 libQt5Nfc.so libQt5Nfc.so.5 libQt5Nfc.so.5.0 ../../lib/ make[2]: Выход из каталога `/home/moroz/qtconnectivity/src/nfc' cd...
View Article(resolved, cleared)
My difficulty was getting Qt to work with Code::Blocks, but with persistence and a little help by way of pointers in the right direction, it’s set up. I may write an article somewhere so that next time...
View ArticleQSerialPort: undefined reference. qt 5.1.1, linux x64
I cannot compile a project with QSerialPort for qt 5.1.1. “undefined reference to QSerialPort::QSerialPort(QObject*) although the qserialport.h exists in qt directory and it seems like it relates to...
View ArticleVirus found in official Qt 5.1.1 android installation
Hello, I downloaded Qt installation qt-windows-opensource-5.1.1-android-x86-win32-offline.exe But, when I installed it. My avira antivirus gave me virus warning. I took screenshoots. Thanks Vikas
View ArticleErro building Qt 5.1
Hello, I am trying to build Qt 5.1 on fedora 19. However, I am facing the problem: ../../gui/openglwindow/openglwindow.h:52:1: error: expected class-name before ‘{’ token...
View ArticleIs there a way to binary-install Qt5 without the installer GUI?
I’d like to install the Qt5 binaries on Linux x86_64 in an automated way (like with command line arguments). The GUI won’t let me do this. Is there a way to do it?
View ArticleProblem with installation on Mac OS X
Hello everybody, Not a chile ago I started a cross platform project using c++ and Qt5. I develop on windows using Qt Creator and/or visual studio 2010 and everything work fine, except for the “missing...
View Articleproblem with xcb (Segmentation Fault)
when i launch my app sometimes i get this error: The inferior stopped because it received a signal from the Operating System. Signal name : SIGSEGV Signal meaning : Segmentation fault i try...
View ArticleQT 5.1 static Build with MySql support
Hi, I need to have a static build of qt with MySql support. I saw many documentations with different steps. I tried few of them, but, still unsuccessful. Can anybody with experience on this matter help...
View ArticleQt 5.1.1 "unsupported makefile generator" error
I have built Qt 5.1.1 from the zip file sources using MSVC 2012 and shadow builds for both 64- and 32-bit. After repeatedly trying to “nmake install” and finally reading that it doesn’t work properly...
View ArticleQt Installer Framework : How to manage dependencies
Hi! SITUATION : I need to deploy my Qt5 application under Linux and I’m targeting Debian like distributions first. I already did the job by creating a .deb using dpkg-buildpackage and installing...
View Article