hi, all.

I came across a problem when using qt creator.
my configuration is :
Mandriva 2010 2
installed by urpmi which means it is global .
Qt Creator 1.3.1 based on Qt 4.6.3


I want to check the examples shipped with qt .
but the weird thing occurred , it added additional argument  -spec
../../../mkspec/linux-g++
the picture is here  (
http://hi.csdn.net/attachment/201012/26/404701_1293344517sjaI.png)

when I compile it by clicking the build button ,the error message is:

Running build steps for project classwizard...

Starting: /usr/bin/qmake /home/wolf/tmp/classwizard/classwizard.pro -r
CONFIG+=debug_and_release CONFIG+=debug -spec ../../../mkspecs/linux-g++

Could not find mkspecs for your QMAKESPEC(../../../mkspecs/linux-g++) after
trying:

/usr/lib/qt4/mkspecs

Error processing project file: /home/wolf/tmp/classwizard/classwizard.pro

Exited with code 3.

Error while building project classwizard

When executing build step 'QMake'

yes, it is the "../../../mkspecs/linux-g++" that should be blame for this
error.
And I was  wondering  why and how the Qt Creator  did this ?

-- 
________________________
wolf python london(WPL)
Do as you soul should do !
________________________
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to