23.06.2011, 11:52, "Timo Tazu" <[email protected]>:
> On Wed, Jun 22, 2011 at 10:02 AM, André Pönitz <[email protected]> 
> wrote:
>> On Wednesday 22 June 2011 01:28:48 ext Timo Tazu wrote:
>>>
>>> On Tue, Jun 21, 2011 at 11:51 PM, Andre Poenitz 
>>> <[email protected]<mailto:[email protected]>>
>>>  wrote:
>>> On Tue, Jun 21, 2011 at 09:59:46PM +0200, Timo Tazu wrote:
>>> > Hello,
>>> >
>>> > I am trying to install qtcreator from the source code on my notebook with
>>> > ubuntu 10.04. When I try to run qmake qtcreator.pro<http://qtcreator.pro> 
>>> > i have this error output
>>> >
>>> >
>>> > ~/sources/qt-creator-2.2.1-
>>> > src/build$ qmake ../qtcreator.pro<http://qtcreator.pro>
>>> > qtcreator.pri:6: Unknown test function: defineReplace
>>>
>>> What version of Qt is that? I.e. what does 'qmake -v' report?
>>> Qt Creator 2.2.1 needs at least Qt 4.7.1
>>>
>>> i have installed Qt 4.7.3
>>
>> What does 'qmake -v' report?
>  $qmake -v reports
> Qmake version: 1.07a (Qt 3.3.8b)
> Qmake is free software from Trolltech ASA.

That is a root of evil - you are trying to build it with qmake from Qt3. Use 
qmake-qt4 instead of qmake.

-- 
Regards,
Konstantin
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to