Re: [Qt-creator] QSystemInfo Error

2010-08-19 Thread Niels Weber
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 the local install in > my home directory? T

Re: [Qt-creator] QSystemInfo Error

2010-08-19 Thread Niels Weber
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 -DQT_CORE_LIB -DQT_SHARED > -I/usr/share/q

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 . >