Hi, On Sep 30, 2009, at 11:27 AM, ext Mohit Kumar wrote:
> Hi, > I had installed in Qt Creator 1.2.1 Binary for Mac in my mac > Osx(10.4.8) .When i try to build a sample program i am getting > following error > > No Vaild QT version set.Set one in preferences > Error while building project http > When executing build step 'QMake' > Canceled build > > I tried to set version from Preferences->Qt4->Qt Versions > I got > version name :Auto-detected QT Path:<not found> > > i tried to add new version but always got "........is not vaild QT > directory" while chosing Path Did you a) build Qt yourself, or b) install one of the binary packages of Qt for the Mac? In case of a) Note that you probably need to run "make install", and point Qt Creator to the install directory that has "bin/qmake" below it (something like /usr/local, I can't remember where it is installed exactly :) ) b) The binary packages install qmake into /usr/bin, so that should be autodetected by Qt Creator, have a look if it is actually there Best regards, -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax +49 (0)30 6392 3256 E-mail [email protected] _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
