Qt programming

cpghost at cordula.ws cpghost at cordula.ws
Tue Apr 26 06:57:34 PDT 2005


On Tue, Apr 26, 2005 at 09:34:18AM -0400, Steven Friedrich wrote:
> I want to learn Qt programming.  Can I do that without buying anything from TrollTech (until I'm ready to develop a commercial program) ?  Does FreeBSD have the tools, libraries, etc.?

Use the ports, Luke!

Esp.: /usr/ports/x11-toolkits/qt33
if it is not already installed on your system.

qt33 also comes with 'designer', 'moc', 'uic', ... and it installs
'qmake' as a dependency automatically, so you could immediately start
hacking right away :-) 

Just one hint: Add this to your .profile before trying to do anything:

QMAKESPEC=/usr/local/share/qt/mkspecs/freebsd-g++; export QMAKESPEC
QTDIR=/usr/X11R6; export QTDIR

> Steven Friedrich

Happy hacking!

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/


More information about the freebsd-questions mailing list