more on installer
This commit is contained in:
parent
fdb3c0f442
commit
c06eed9782
1 changed files with 5 additions and 2 deletions
|
@ -81,8 +81,11 @@ if( MINGW )
|
||||||
${MINGW_PATH}/libbz2-1.dll
|
${MINGW_PATH}/libbz2-1.dll
|
||||||
${MINGW_PATH}/libintl-8.dll
|
${MINGW_PATH}/libintl-8.dll
|
||||||
${MINGW_PATH}/libpcre-1.dll
|
${MINGW_PATH}/libpcre-1.dll
|
||||||
${MINGW_PATH}/libiconv-2.dll
|
${MINGW_PATH}/libiconv-2.dll)
|
||||||
)
|
install(FILES ${MINGW_PATH}/../share/qt5/plugins/platforms/qwindows.dll
|
||||||
|
DESTINATION bin/platforms)
|
||||||
|
install(FILES ${MINGW_PATH}/../share/qt5/translations/qtbase_de.qm
|
||||||
|
DESTINATION bin/translations)
|
||||||
endif( MINGW )
|
endif( MINGW )
|
||||||
|
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
|
Loading…
Reference in a new issue