Fix to record {MAJOR}.{MINOR} to `library_names` in libtool file

Signed-off-by: OBATA Akio <obache@wizdas.com>
pull/36/head
OBATA Akio 4 years ago
parent 12dcb88d29
commit 5449d37d87

@ -1465,7 +1465,7 @@ UnixMakefileGenerator::writeLibtoolFile()
t << var("TARGET");
} else {
if (project->isEmpty("QMAKE_HPUX_SHLIB"))
t << var("TARGET_x.y.z") << " ";
t << var("TARGET_x.y.z") << " " << var("TARGET_x.y") << " ";
t << var("TARGET_x") << " " << var("TARGET_");
}
t << "'\n\n";

Loading…
Cancel
Save