

#include builded it again, and this time, here is the error from VS2010 : the Qt5Guid.lib is not found (it does not exist on my PC !!!)ġ> Microsoft (R) Program Maintenance Utility Version 9.01ġ> Copyright (C) Microsoft Corporation. I tried to change the %QTDIR% variable to "C:\Qt\5.3.1\qtbase" and change the main.cpp as this The qapplication.h is in the " C:\Qt\5.3.1\qtbase\include\QtWidgets" directory !! I was supprised to see that the bin, lib, include directories were not in the "C:\Qt\5.3.1" directory, but in the " C:\Qt\5.3.1\qtbase" directory !! Return lauched the build, and received different errors : " Could not find the qapplication.h" !!! QObject::connect(&bouton, SIGNAL(clicked()), &app, SLOT(quit()))

QPushButton bouton("Bonjour les Zéros !") I wrote the main.cpp with the basic Qt example Problem n☂ : I lauched VS2010, set up a new makefile Project with different settings : Problem n☁ : the compilation sent me an error : "The Directx SDK bould not be detected. The compilation lasted 1 hour and 15 minutes (old PC centrino 2 but with a SSD disk).

I launched the following command : "configure & nmake & nmake clean" I changed the current directory with a "cd %QTDIR%" I have downloaded the source code " qt-everywhere-opensource-src531.zip".Īfter unpacking the source files in C:\Qt\5.3.1 directory, I set up environment variables.
