Fixed typo.
--HG-- branch : develop
This commit is contained in:
parent
f982bea7ba
commit
e74a3f5cb2
|
@ -259,14 +259,14 @@ unix{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#win32 {
|
win32 {
|
||||||
for(DIR, INSTALL_OPENSSL) {
|
for(DIR, INSTALL_OPENSSL) {
|
||||||
#add these absolute paths to a variable which
|
#add these absolute paths to a variable which
|
||||||
#ends up as 'mkcommands = path1 path2 path3 ...'
|
#ends up as 'mkcommands = path1 path2 path3 ...'
|
||||||
openssl_path += $${PWD}/$$DIR
|
openssl_path += $${PWD}/$$DIR
|
||||||
}
|
}
|
||||||
copyToDestdir($$openssl_path, $$shell_path($${OUT_PWD}/$$DESTDIR))
|
copyToDestdir($$openssl_path, $$shell_path($${OUT_PWD}/$$DESTDIR))
|
||||||
#}
|
}
|
||||||
|
|
||||||
# Compilation will fail without this files after we added them to this section.
|
# Compilation will fail without this files after we added them to this section.
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user