Skip to content
Snippets Groups Projects
Commit 2c971036 authored by Anthony Léonard's avatar Anthony Léonard
Browse files

Fix windows dependencies when cross-building

Some dependencies of Qt weren't present and their
importation was failing silently.

Change-Id: Id4cb0ea0514909f581e4efa2b996f2b12b904fb6
parent 9fc34a6b
No related branches found
No related tags found
No related merge requests found
......@@ -79,14 +79,14 @@ MINGW64_FEDORA_DEPENDENCIES = [
'mingw64-binutils', 'mingw64-gcc', 'mingw64-headers', 'mingw64-crt', 'mingw64-gcc-c++',
'mingw64-pkg-config', 'yasm', 'gettext-devel', 'cmake', 'patch', 'libtool', 'automake',
'make', 'xz', 'bzip2', 'which', 'mingw64-qt5-qtbase', 'mingw64-qt5-qttools',
'mingw64-qt5-qtsvg', 'mingw64-qt5-qtwinextras'
'mingw64-qt5-qtsvg', 'mingw64-qt5-qtwinextras', 'mingw64-libidn', 'mingw64-xz-libs'
]
MINGW32_FEDORA_DEPENDENCIES = [
'mingw32-binutils', 'mingw32-gcc', 'mingw32-headers', 'mingw32-crt', 'mingw32-gcc-c++',
'mingw32-pkg-config', 'yasm', 'gettext-devel', 'cmake', 'patch', 'libtool', 'automake',
'make', 'xz', 'bzip2', 'which', 'mingw32-qt5-qtbase', 'mingw32-qt5-qttools',
'mingw32-qt5-qtsvg', 'mingw32-qt5-qtwinextras'
'mingw32-qt5-qtsvg', 'mingw32-qt5-qtwinextras', 'mingw32-libidn', 'mingw32-xz-libs'
]
FEDORA_DEPENDENCIES = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment