[Qt-interest] Mac deployment to 10.4

Pavel Koshevoy pavel at aragog.com
Wed Oct 7 06:09:58 CEST 2009


Reconfigure and rebuild Qt against /Developer/SDKs/MacOSX10.4u.sdk.  Modify your
.pro file to use MacOSX10.4u sdk.  This should be enough to be able to deploy on
OSX Tiger.

	Pavel.


Oliver Demetz wrote:
> Aaaah, ok, I found something:
> 
> http://developer.apple.com/mac/library/documentation/TextFonts/Reference/TextInputSourcesReference/Reference/reference.html#//apple_ref/doc/c_ref/kTISPropertyUnicodeKeyLayoutData
> 
> they write that this is only available in 10.5 and later.
> 
> But what shall I do now?
> 
> Compile Qt on Mac OS X for myself?
> But my dev machine is (and will stay) a Macbook running MacOSX 10.5 !
> 
> What switches will I need to set in order to *not* use this symbol again?
> 
> Regards,
> Oliver
> 
> 
> Mike Jackson schrieb:
>> is the Symbol "_kTISPropertyUnicodeKeyLayoutData" available in 10.4? 
>> That would be one thing I would check.
>>
>> Try setting the OS X SDK to 10.4u and see if it will even link. You may 
>> be running into a weak linking issue although I am fuzzy on that whole 
>> area..
>>
>>
>> Mike
>>
>> On 2009-10-05 14:09:33 -0400, Oliver Demetz 
>> <forenbeitraege at oliverdemetz.de> said:
>>
>>> Well I think this is what was set as default value initially, but I also
>>> checked it explicitly. - no luck.
>>>
>>> I am now using these project setting:
>>>
>>> mac {
>>> QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.5.sdk
>>>      QMAKE_CXXFLAGS_PPC += -mmacosx-version-min=10.4
>>>      QMAKE_CXXFLAGS_x86 += -mmacosx-version-min=10.4
>>>      QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
>>>      CONFIG+=x86 ppc
>>> }
>>>



More information about the Qt-interest-old mailing list