Re: [Qt-creator] QSystemInfo Error

2010-09-17 Thread dhk
On 09/01/2010 08:57 AM, Christian Kamm wrote: Thanks for the tips. It appear to be an environment problem. I got better results using the -I and after reading the qmake tutorial/documentation. However, it still doesn't link. Since I installed this as a user and not root I'm want to

Re: [Qt-creator] QSystemInfo Error

2010-09-01 Thread dhk
On 08/30/2010 02:46 AM, Christian Kamm wrote: On Monday 30 August 2010 00:02:10 ext dhk wrote: I still haven't gotten this to build without the QSystemInfo error. Is there anything special I have to do when installing the software? Do I need to uninstall the 1.n version? Something is

Re: [Qt-creator] QSystemInfo Error

2010-08-30 Thread Christian Kamm
On Monday 30 August 2010 00:02:10 ext dhk wrote: I still haven't gotten this to build without the QSystemInfo error. Is there anything special I have to do when installing the software? Do I need to uninstall the 1.n version? Something is terrible wrong. I'm on a Gentoo amd64 box and I

Re: [Qt-creator] QSystemInfo Error

2010-08-29 Thread dhk
On 08/19/2010 09:29 AM, Niels Weber wrote: Am Donnerstag, den 19.08.2010, 14:50 +0200 schrieb ext dhk: It doesn't look like any of the version 2.n install went in /usr it looks like it's all in the ~/NokiaQtSDK directory. So I guess it's a qmake question now. How do I run qmake to look at

Re: [Qt-creator] QSystemInfo Error

2010-08-19 Thread Niels Weber
Am Mittwoch, den 18.08.2010, 14:38 +0200 schrieb ext dhk: When I build the quickstart example I get a QSystemInfo error saying it's not found. What is missing or not configured correctly? Under Options-Qt4 I have Auto-detect Qt in PATH. In my Path I put ~/NokiaQtSDK/QtCreator/bin . I'm

Re: [Qt-creator] QSystemInfo Error

2010-08-19 Thread dhk
On 08/19/2010 07:41 AM, Kirill Krinkin wrote: Hello, have you included next lines in your .pro file? CONFIG += mobility MOBILITY += systeminfo Kirill On Wed, Aug 18, 2010 at 4:38 PM, dhk dhk...@optonline.net wrote: I just started using Qt and even though this seems like a basic

Re: [Qt-creator] QSystemInfo Error

2010-08-19 Thread dhk
On 08/19/2010 08:21 AM, Niels Weber wrote: Am Donnerstag, den 19.08.2010, 14:02 +0200 schrieb ext dhk: When I run qmake the Makefile is created and then make has the problem. ~/NokiaQtSDK/Dev/QuickStart $ make g++ -c -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB

[Qt-creator] QSystemInfo Error

2010-08-18 Thread dhk
I just started using Qt and even though this seems like a basic question, I haven't found an answer on the web. When I build the quickstart example I get a QSystemInfo error saying it's not found. What is missing or not configured correctly? Under Options-Qt4 I have Auto-detect Qt in PATH. In