Date: Tue, 26 Apr 2005 15:59:07 +0200 From: cpghost@cordula.ws To: Steven Friedrich <StevenFriedrich@InsightBB.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Qt programming Message-ID: <20050426135907.GC38835@epia2.farid-hajji.net> In-Reply-To: <20050426133414.EBFB843D45@mx1.FreeBSD.org> References: <20050426133414.EBFB843D45@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050426135907.GC38835>