From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I7Oyu-0005xq-Kt for garchives@archives.gentoo.org; Sun, 08 Jul 2007 05:06:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6855chD032628; Sun, 8 Jul 2007 05:05:38 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l684xOFQ022820 for ; Sun, 8 Jul 2007 04:59:25 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id DB68265237 for ; Sun, 8 Jul 2007 04:59:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -1.071 X-Spam-Level: X-Spam-Status: No, score=-1.071 required=5.5 tests=[AWL=-1.071] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EQHa9nUZZSm4 for ; Sun, 8 Jul 2007 04:59:23 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CCDB66522F for ; Sun, 8 Jul 2007 04:59:21 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I7Orb-0001N6-Cw for gentoo-user@gentoo.org; Sun, 08 Jul 2007 06:59:15 +0200 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jul 2007 06:59:15 +0200 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jul 2007 06:59:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] QT4 programming setup Date: Sun, 8 Jul 2007 04:59:09 +0000 (UTC) Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2) Sender: news X-Archives-Salt: f709c2a4-ed83-41de-a56e-19e7ce834aa8 X-Archives-Hash: dd5807b4e6eadb4c7e99606b2231997e Hello, I have qt3 and qt4 installed (?): x11-libs/qt Installed versions: 3.3.8-r2 4.2.3-r1 So I picked up what looks like an interesting book on C++ and QT4 part of the Bruce Perens Open Source series. Looking at the brief installation guide it tells you to check your QTDIR setting, so I use 'env | grep QTDIR' and get: QTDIR=/usr/qt/3 When I go to /usr/qt I do not even see a dir for '4'? So I want to set up QT4 so I can follow along the book. But if I look at (moc uic assistant and designer) they look like version 4.2.3: moc -v Qt Meta Object Compiler version 59 (Qt 4.2.3) uic -v Qt User Interface Compiler version 4.2.3 I did not find any wikis or such to guide one thru setting up QT4 form programming. Since I use kde as the desktop, I do not want to hose anything on the system. Suggestions for setting up QT4 to write some code, without hosing the system, are welcome..... James -- gentoo-user@gentoo.org mailing list