Adding ODB dll files to the distribution zip file on Windows

This commit is contained in:
Pål Hagen 2015-06-25 11:27:11 +02:00
parent 9269950263
commit d43c5d4dae

View File

@ -417,6 +417,11 @@ if (RESINSIGHT_PRIVATE_INSTALL)
${QT_BINARY_DIR}/QtScript4.dll ${QT_BINARY_DIR}/QtScript4.dll
${QT_BINARY_DIR}/QtScriptTools4.dll ${QT_BINARY_DIR}/QtScriptTools4.dll
) )
if (${RESINSIGHT_USE_ODB_API})
set (RESINSIGHT_FILES ${RESINSIGHT_FILES} ${RI_ALL_ODB_DLLS})
endif()
endif() endif()
set (RESINSIGHT_FILES ${RESINSIGHT_FILES} ${RESINSIGHT_LICENSE_FILES}) set (RESINSIGHT_FILES ${RESINSIGHT_FILES} ${RESINSIGHT_LICENSE_FILES})