Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
Showing
- tests/auto/cplusplus/shared/shared.pri 1 addition, 1 deletiontests/auto/cplusplus/shared/shared.pri
- tests/manual/ccdb/ccdb.pro 1 addition, 1 deletiontests/manual/ccdb/ccdb.pro
- tests/manual/process/process.pro 4 additions, 6 deletionstests/manual/process/process.pro
- tests/manual/ssh/ssh.pri 6 additions, 7 deletionstests/manual/ssh/ssh.pri
Please register or sign in to comment