[Qt] Problem with linking on Mac
zeljko
zeljko at holobit.net
Wed Dec 2 19:43:12 CET 2009
Hi all,
I've decided to upgrade Qt & bindings on my mac and now get problems with
linker.
1.Installed Qt-4.5.2 (first qt-4.5.3 and then reverted to 4.5.2 but it doesn't
matter)
2.Installed bin 1.72
Now I must add each Qt lib as framework otherwise symbols wan't resolve.
eg.
make all LCL_PLATFORM=qt OPT="-k'-framework' -k'Qt4Intf' -k'lobjc'
now must be
make all LCL_PLATFORM=qt
OPT="-k'-framework' -k'Qt4Intf' -k'lobjc' -k'-framework' -k'QtCore' -k'-framework' -k'QtGui'
etc etc ..
Any hints ?
More information about the Qt
mailing list