[Qt-interest] QMAKE_INFO_PLIST from subdir build
Jason A. Donenfeld
Jason at zx2c4.com
Sat Mar 19 23:16:44 CET 2011
Hello,
In your qmake, set:
macx:QMAKE_INFO_PLIST = res/Info.plist
in the usual way. Now let's build:
mkdir build
cd build
qmake -spec macx-g++ ..
make
If you look in the resulting Program.app, there is no Info.plist. However if
we write
qmake -spec macx-g++ .
make
without using a subdirectory, we do get the custom Info.plist.
The Makefile generated by the first one has an empty target. Can anyone else
reproduce?
Thanks,
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110319/06d2fe1c/attachment.html
More information about the Qt-interest-old
mailing list