[Qt-interest] standard configure parameters for OSX commercial binaries (4.4.3) ?
Thiago Macieira
thiago.macieira at trolltech.com
Mon Jul 20 08:50:25 CEST 2009
Ross Bencina wrote:
>For Windows, Thiago said:
>>The options were:
>> -confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng
>> -qt-libjpeg -openssl
>
>Was it the same on OSX?
-qt-libpng -qt-libjpeg -plugin-sql-sqlite -plugin-sql-odbc -plugin-sql-
psql -framework -confirm-license -no-rpath -I/usr/local/pgsql/include -
L/usr/local/pgsql/lib -optimized-qmake
Note that neither -openssl nor -dbus are in the arguments, but since the
build machine has those libraries installed, they are picked up
automatically.
A good hint of what the configuration was is the mkspecs/qconfig.pri file.
>The reason I ask is that I need to rebuild with a patch and I want to
> get the same binaries (except for the patch) as the commerical binary
> release
"make install" isn't enough. The .dmg files are created by manually picking
up things and moving them into their proper places, and running otool to
change the library search paths.
>(hint: it would be really helpful if the configure parameters were
> written into a file when you run configure so you could check how the
> source had been configured!)
You mean like config.status?
Except that this file and other by-products of the build process (moc
outputs, object files, uic and rcc outputs, etc.) are not included in the
packages.
--
Thiago Macieira - thiago.macieira (AT) nokia.com
Senior Product Manager - Nokia, Qt Software
Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090720/bb29c85e/attachment.bin
More information about the Qt-interest-old
mailing list