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

Signed-off-by: OBATA Akio <obache@wizdas.com>
master
OBATA Akio 4 years ago committed by Slávek Banko
parent 4596513c45
commit ac08552d14
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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