Re: Compiling on Fedora 7
If you have a .pro file, all you need is qmake, Qt headers and libraries and a working toolchain (i.e. g++, make and friends).
If you don't have a .pro file, you will have to write one, but you can also consider using CMake instead of qmake.
Re: Compiling on Fedora 7
Thanks,
Could I not make a .pro file using qmake?
Was thinking of looking at using KDevelop as mentioned in my other thread.
Regards,
Steve
Re: Compiling on Fedora 7
Quote:
Originally Posted by
steg90
Could I not make a .pro file using qmake?
You can, but you might have to edit it by hand.