Please review the pull request #85.
https://github.com/wahjam/wahjam/pull/85 was opened by (stefanha): Fix win32 libcommon.a dependencies
Some more information about the pull request:
Opened: 2013-03-22T07:25:20Z
Based on: wahjam:master (8065d0d82ae76b5d493de608188c452e24e1d14c)
Requested merge: stefanha:win32-libcommon-fix (12fd0b4c7aae1a92f935006a36a2c10ffcee55f8)
Description:
qmake does not take care of sub-project dependencies automatically.
qtclient.pro and
server.pro manually specify dependencies on
libcommon.a. The path to libcommon.a is different when cross-compiling
for win32 since there is a release/ or debug/ subdirectory.
Capture the ugly details of the libcommon.a dependency in a qmake
include file which
qtclient.pro and
server.pro can include.
Signed-off-by: Stefan Hajnoczi &
lt;stef...@gmail.com>
Thanks.