Skip to content

Commit

Permalink
add installation of dll on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 17, 2013
1 parent 8cf4568 commit 59b37a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mscore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59b37a5

Please sign in to comment.