[SOLVED]QMAKE_CXXFLAGS += -static doesn't work
I trying to create a statically linked application. For simplicity I created a Non-Qt Project —> Plain C Text like this: #include <stdio.h> int main(void) { ...
View ArticleAVG antivirus says refress-490.js is script/exploit
Just installed Qt 5.0.1. AVG has done its overnight scan and says that c:\QT\Qt5.0.1\5.0.1\Src\qtjsbackend\src\3rdparty\v8\test\msjunit\regress\regress-490.js is a Script/Explit. It probably isn’t a...
View ArticleQt5.0.1 static linking in MSVC 2012
I build Qt with a following configuration: -platform win32-msvc2012 -no-icu -no-angle -opengl desktop -static -qt-sql-mysql -qt-plugins-mysql -nomake demos -nomake examples and everything went fine....
View ArticleStatic QT build + dynamic openCV -> add .dll in a seperate folder
Hi there, This issue has driving me nuts for a while now. Everything works perfect if I place the dlls in the folder where the .exe resides, however trying to put then into...
View ArticleCompiling Qt Creator for Qt 5.0.1 for Windows 7 64 bit using MinGw...
Hi, I am developing an application in Qt Creator 4.8.1 for about a month. I was introduced to Qt about 2 months ago. I am a Mechanical Engineer & dont know how to compile Qt Creator 5 for my...
View ArticleDeployment of Qt5 Application
I wrote application using Qt5 in Visual Studio 2012. It works perfectly fine on my computer but when i try to send it to someone, it doesn’t start. It doesn’t show any errors. Just doesn’t start. Of...
View ArticleNMAKE: error: U1077 during compilation Qt 5.0.1
I installed Qt 5.0.1 but during compilation of a new project i get the following errors 'C:\Qt\Qt5.0.1\5.0.1\msvc2010\bin\uic.exe' is not recognized as an internal or external command, operable program...
View ArticleCan't compile Qt3D on Qt 5.01
hi, i’ve searched around the web and download different Qt3D sources but i can’t build it! each package give me different error the last i’ve downloaded(1_0_RC1) sais: Project WARNING: You should...
View ArticleQt5 and WinSock.h issue
Hi This is regarding Windows platform – MSVC2010. In my Qt4.8.1 based application I was including BOOST/ASIO headers after including all Qt headers. When I tried to compile in Qt5.0.1 I got error:...
View ArticleQt 5.0.1 : failed to initialize XrandR
Hello. I have a big problem with Qt 5 migration. Qt 5 and our app is installed on a Linux server. Then users telnet to this machine using different small terminals, some of them running old versions of...
View ArticleProblem building qtWebkit Windows SDK 7.1 64 bit
I followed this http://trac.webkit.org/wiki/BuildingQtOnWindows but failed at “Run perl Tools\Scripts\build-webkit —qt —release”. The error is “Cannot open input file: ‘MainThreadQt.moc’. How to fix this?
View ArticleLNK1104 error When Compiling
When trying to compile a Qt application, I get the following error error: LNK1104: cannot open file 'gdi32.lib' How can I fix this?
View ArticleQT IN VISUAL STUDIO 2012
HI ! I tried installing QT in Visual Studio 2012 without any sucess. I downloaded the source code (zip file) for Qt 4.8 and unzipped it in the folder C:\Qt\4.8. i opened the command window VS2012 ×64...
View ArticleQT 4.8.4 -> problem with static linking and libmysqlclient.so.18
Hello there, i linked QT 4.8.4 statically on Ubuntu 12.04. I can build static applications with the qtcreator without a problem, all libraries are included. I used the following command to compile qt...
View ArticleHow to configure Qt5
Hi, I am able to compile Qt 5.0.1 on my osx Mountain Lion, but only if I modifying one of the pro files for Webkit Therefore I need your help to circumvent this hack and use the configure script in the...
View ArticleNew install on Ubuntu 12.10 gives errors
I installed Qt 5.0.1 from offline installer. No errors were reported and Qt was installed in /opt/Qt5.0.1 When attempting to run QtCreator several problems were encountered. First at least five errors...
View ArticleQtQuick-Plugin Project-File
Hi guys, i’m developing an QtQuick-Plugin in C++ and i have a problem with the deployment of my Plugin. Both DLL’s (Debug and Release) are created. When I try to use the Plugin whith an QmlViewer built...
View ArticleRecompile 5.0.1 static
I followed the directions here: http://www.youtube.com/watch?v=chMNUzpN4pw from VoidRealms about how to rebuild Qt for static deployment. I’m trying to get a new environment up and running but am...
View Articleerror building Qt 4.8.0 windows 7 minGW
I’m attempting to build Qt from source on windows 7 using the latest minGW compiler(4.6.2?) it gets pretty far along (about 3 hours compile time) before running into this ld.exe error: Configure...
View Articlestd::to_string() not found in standard library
As you can guess the problem is here -> std::to_string() If you download and install the following version [Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB)] you won’t be able to compile your...
View Article