Again added Qt 4 libraries.

This commit is contained in:
Martin Rotter 2015-05-06 07:09:11 +02:00
parent 1df7ce45e3
commit b9948e119b
21 changed files with 31 additions and 31 deletions

View File

@ -547,34 +547,34 @@ set(APP_TEXT
)
if(WIN32)
# set(APP_DLLS_QT4_MSVC2013
# resources/binaries/windows/deployment/qt4-msvc2013/libeay32.dll
# resources/binaries/windows/deployment/qt4-msvc2013/msvcp120.dll
# resourcegit coms/binaries/windows/deployment/qt4-msvc2013/msvcr120.dll
# resources/binaries/windows/deployment/qt4-msvc2013/QtCore4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/QtGui4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/QtNetwork4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/QtSql4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/QtWebKit4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/QtXml4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/ssleay32.dll
# resources/binaries/windows/deployment/qt4-msvc2013/libmysql.dll
# )
set(APP_DLLS_QT4_MSVC2013
resources/binaries/windows/deployment/qt4-msvc2013/libeay32.dll
resources/binaries/windows/deployment/qt4-msvc2013/msvcp120.dll
resourcegit coms/binaries/windows/deployment/qt4-msvc2013/msvcr120.dll
resources/binaries/windows/deployment/qt4-msvc2013/QtCore4.dll
resources/binaries/windows/deployment/qt4-msvc2013/QtGui4.dll
resources/binaries/windows/deployment/qt4-msvc2013/QtNetwork4.dll
resources/binaries/windows/deployment/qt4-msvc2013/QtSql4.dll
resources/binaries/windows/deployment/qt4-msvc2013/QtWebKit4.dll
resources/binaries/windows/deployment/qt4-msvc2013/QtXml4.dll
resources/binaries/windows/deployment/qt4-msvc2013/ssleay32.dll
resources/binaries/windows/deployment/qt4-msvc2013/libmysql.dll
)
# set(APP_DLLS_QT4_MSVC2013_IMAGEFORMATS
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qgif4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qico4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qjpeg4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qmng4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qsvg4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qtga4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qtiff4.dll
# )
set(APP_DLLS_QT4_MSVC2013_IMAGEFORMATS
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qgif4.dll
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qico4.dll
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qjpeg4.dll
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qmng4.dll
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qsvg4.dll
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qtga4.dll
resources/binaries/windows/deployment/qt4-msvc2013/imageformats/qtiff4.dll
)
# set(APP_DLLS_QT4_MSVC2013_SQLDRIVERS
# resources/binaries/windows/deployment/qt4-msvc2013/sqldrivers/qsqlite4.dll
# resources/binaries/windows/deployment/qt4-msvc2013/sqldrivers/qsqlmysql4.dll
# )
set(APP_DLLS_QT4_MSVC2013_SQLDRIVERS
resources/binaries/windows/deployment/qt4-msvc2013/sqldrivers/qsqlite4.dll
resources/binaries/windows/deployment/qt4-msvc2013/sqldrivers/qsqlmysql4.dll
)
set(APP_DLLS_QT5_MSVC2013
resources/binaries/windows/deployment/qt5-msvc2013/icudt53.dll
@ -732,11 +732,11 @@ if(WIN32 OR OS2)
install(FILES ${APP_DLLS_QT5_MSVC2013_PRINTSUPPORT} DESTINATION ./printsupport)
endif(WIN32 AND USE_QT_5)
# if(WIN32 AND NOT USE_QT_5)
# install(FILES ${APP_DLLS_QT4_MSVC2013} DESTINATION ./)
# install(FILES ${APP_DLLS_QT4_MSVC2013_IMAGEFORMATS} DESTINATION ./imageformats)
# install(FILES ${APP_DLLS_QT4_MSVC2013_SQLDRIVERS} DESTINATION ./sqldrivers)
# endif(WIN32 AND NOT USE_QT_5)
if(WIN32 AND NOT USE_QT_5)
install(FILES ${APP_DLLS_QT4_MSVC2013} DESTINATION ./)
install(FILES ${APP_DLLS_QT4_MSVC2013_IMAGEFORMATS} DESTINATION ./imageformats)
install(FILES ${APP_DLLS_QT4_MSVC2013_SQLDRIVERS} DESTINATION ./sqldrivers)
endif(WIN32 AND NOT USE_QT_5)
if(BUNDLE_ICON_THEMES)
install(DIRECTORY resources/graphics/icons/mini-kfaenza DESTINATION ./icons)