Compiler un exemple Qt fournis avec Netbeans
Je suis débutant et je souhaiterais pouvoir compiler et lancer un exemple Qt via NetBeans IDE 7.3.1 mais j'ai toujours le message d'erreur suivant :
Citation:
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE=/D/Qt/Qt5.1.0/5.1.0-rc1/mingw48_32/bin/qmake.exe SUBPROJECTS= .build-conf
make.exe[1]: Entering directory `/d/Dossier systme/Mes Documents/NetBeansProjects/HelloQtWorld'
/D/Qt/Qt5.1.0/5.1.0-rc1/mingw48_32/bin/qmake.exe VPATH=. -spec win32-g++ -o qttmp-Debug.mk nbproject/qt-Debug.pro
mv -f qttmp-Debug.mk nbproject/qt-Debug.mk
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/qt-Debug.mk dist/Debug/MinGW-Windows/HelloQtWorld.exe
make.exe[2]: Entering directory `/d/Dossier systme/Mes Documents/NetBeansProjects/HelloQtWorld'
g++ -c -pipe -fno-keep-inline-dllexport -g -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -Inbproject -I'../../../../Qt/Qt5.1.0/5.1.0-rc1/mingw48_32/include' -I'../../../../Qt/Qt5.1.0/5.1.0-rc1/mingw48_32/include/QtGui' -I'../../../../Qt/Qt5.1.0/5.1.0-rc1/mingw48_32/include/QtCore' -I'.' -I'.' -I'../../../../Qt/Qt5.1.0/5.1.0-rc1/mingw48_32/mkspecs/win32-g++' -o build/Debug/MinGW-Windows/HelloForm.o HelloForm.cpp
In file included from HelloForm.cpp:31:0:
HelloForm.h:34:26: fatal error: ui_HelloForm.h: No such file or directory
#include "ui_HelloForm.h"
^
compilation terminated.
make.exe[2]: *** [build/Debug/MinGW-Windows/HelloForm.o] Error 1
make.exe[2]: Leaving directory `/d/Dossier systme/Mes Documents/NetBeansProjects/HelloQtWorld'
make.exe[1]: *** [.build-conf] Error 2
make.exe[1]: Leaving directory `/d/Dossier systme/Mes Documents/NetBeansProjects/HelloQtWorld'
make.exe": *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 5s)
Ma configuration est la suivante :
- Windows XP
- NetBeans 7.3.1
- Qt5.1.0
- MinGW
Ma variable d'environnement "PATH" est :
Citation:
C:\Program Files\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Fichiers communs\Roxio Shared\DLLShared\;C:\Program Files\IVI Foundation\IVI\bin;C:\Program Files\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files\IVI Foundation\VISA\WinNT\Bin;C:\Python32;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;%QTDIR%\bin\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\gnuplot\bin;C:\Program Files\Kaspersky Lab\Kaspersky Endpoint Security 10 for Windows\;C:\Program Files\Agilent\IO Libraries Suite\bin;C:\Program Files\IVI Foundation\VISA\winnt\agvisa;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0;C:\MinGW\bin;C:\MinGW\MSYS\1.0\bin;D:\Qt\Qt5.1.0\5.1.0-rc1\mingw48_32\bin
http://sdrv.ms/18ku9KS
Pouvez m'aider à paramétrer NetBeans pour que je puisse lancer cet exemple?
Merci d'avance.