add installation of dll on windows
This commit is contained in:
parent
8cf4568ad6
commit
59b37a5b76
1 changed files with 9 additions and 0 deletions
|
@ -327,6 +327,15 @@ if (MINGW)
|
|||
${CROSSQT}/bin/Qt5Sql.dll
|
||||
${CROSSQT}/bin/Qt5V8.dll
|
||||
${CROSSQT}/bin/Qt5PrintSupport.dll
|
||||
${CROSSQT}/bin/Qt5Multimedia.dll
|
||||
${CROSSQT}/bin/Qt5MultimediaWidgets.dll
|
||||
${CROSSQT}/bin/Qt5OpenGL.dll
|
||||
${CROSSQT}/bin/icuin49.dll
|
||||
${CROSSQT}/bin/icuuc49.dll
|
||||
${CROSSQT}/bin/icudt49.dll
|
||||
${CROSSQT}/bin/libGLESv2.dll
|
||||
${CROSSQT}/bin/libEGL.dll
|
||||
${CROSSQT}/bin/D3DCompiler_43.dll
|
||||
)
|
||||
install_files ( /bin/iconengines .dll
|
||||
${CROSSQT}/plugins/iconengines/qsvgicon.dll
|
||||
|
|
Loading…
Reference in a new issue