hi to everyone,
i'm new to this forum.. i installed qt-x11-opensource-src-4.1.4 version n wrote a simple program to vieww the dialog box that was created using qtdesigner from command mode.
the commands that were used are,uic -o sample.h sample.ui .... to generate a sample.h file
qmake -project sample.pro ......... to create a .pro file
qmake -o makefile qt.pro ............. to build the file
but when i gave that command i got the following errors,
................................
MAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: qt.pro
..................

so please suggest me now what should i do?