PDA

View Full Version : Setting up mingw64, Netbeans and QT



lucky7456969
21st April 2014, 08:58
"/C/msys/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE=/E/軟件/Q/qt-4.7.4/4.7.4-qt-x64-build/bin/qmake.exe SUBPROJECTS= .build-conf
make.exe[1]: Entering directory `/e/Jacky/Documents/NetbeansProjects/QtApplication_3'
/E/軟件/Q/qt-4.7.4/4.7.4-qt-x64-build/bin/qmake.exe VPATH=. -spec win32-g++ -o qttmp-Debug.mk nbproject/qt-Debug.pro
Could not find mkspecs for your QMAKESPEC(win32-g++) after trying:
E:/Software/Q/qt-4.7.4/4.7.4-qt-x64-build\mkspecs
Error processing project file: nbproject/qt-Debug.pro
make.exe[1]: *** [nbproject/qt-Debug.mk] Error 3
make.exe[1]: Leaving directory `/e/Jacky/Documents/NetbeansProjects/QtApplication_3'
make.exe": *** [.build-impl] Error 2


I've tried to set QMAKESPEC=win32-g++ to no avail.
Any ideas?
Thanks
Jack

ChrisW67
22nd April 2014, 07:32
This:


QMAKE=/E/軟件/Q/qt-4.7.4/4.7.4-qt-x64-build/bin/qmake.exe

and this:


E:/Software/Q/qt-4.7.4/4.7.4-qt-x64-build\mkspecs

look suspiciously different. Have you moved/renamed the Qt build directory since you built Qt?