mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
developing...
This commit is contained in:
@ -111,7 +111,7 @@ defineTest(copyQtLib) {
|
||||
core_linux {
|
||||
file=$$1
|
||||
lib1=$$join(file, file, "lib", ".so.$$QT_VERSION")
|
||||
lib2=$$join(file, file, "lib", ".so")
|
||||
lib2=$$join(file, file, "lib", ".so.$$QT_MAJOR_VERSION")
|
||||
system($$QMAKE_COPY_FILE $$shell_quote($$QT_CURRENT/../lib/$$lib1) $$shell_quote($$2/$$lib2) $$escape_expand(\\n\\t))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user