> I am trying to do some newbie QT3 Programming on Mandrake
> 9.0 which has QT3 installed. However while trying to create the makefile > after creating the project file the following error appears. What must I > do now to set this environment variable ? > > ************************************** > [EMAIL PROTECTED] apps]# ../qmake -makefile > QMAKESPEC has not been set, so configuration cannot be deduced. > Error processing project file: apps.pro > [EMAIL PROTECTED] apps] > ************************************** Try following sequence qmake -project // This will create .pro file. qmake // This will create the Makefile from the .pro file make // Compile the code Read Qt Documentation. regards Aseem ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
