octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support


From: Michael Goffioul
Subject: Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support
Date: Mon, 10 Oct 2011 07:52:22 +0100

On Mon, Oct 10, 2011 at 2:06 AM, Martin Helm <address@hidden> wrote:
>> I tried both qt4-mac and qt4-mac-devel, and encountered the same error each 
>> time.  I checked for the libs, but they are not part of my install.
>>
>> $ ls -1 /opt/local/lib/libQt*debug*
>> /opt/local/lib/libQtUiTools_debug.a
>> /opt/local/lib/libQtUiTools_debug.prl
>>
>> My Qt version is 4.7.4.
>>
>> Ben
>>
>
> This link seems to indicate that there are problems in using qt debug
> libraries on some MacOS versions
> http://developer.qt.nokia.com/wiki/Mac_OS_X_Troubleshooting
> and suggests to use the release libraries by copying them to the
> corresponding _debug name.

That, or simple don't compile with debug. Edit common.pri at toplevel
and replace the line:

!win32:CONFIG += debug

with:

!win32:CONFIG += release

Then re-run qmake and try to compile again.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]