WIP[win64]: we haz 64 bit webkit
This commit is contained in:
@@ -51,11 +51,8 @@ copy_if_different(
|
|||||||
)
|
)
|
||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
# Singu TODO::WIN64
|
|
||||||
if (WORD_SIZE EQUAL 32)
|
|
||||||
|
|
||||||
# Debug config runtime files required for the plugin test mule
|
# Debug config runtime files required for the plugin test mule
|
||||||
set(plugintest_debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug")
|
set(plugintest_debug_src_dir "${debug_libs_dir}")
|
||||||
set(plugintest_debug_files
|
set(plugintest_debug_files
|
||||||
libeay32.dll
|
libeay32.dll
|
||||||
qtcored4.dll
|
qtcored4.dll
|
||||||
@@ -74,7 +71,7 @@ copy_if_different(
|
|||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
# Debug config runtime files required for the plugin test mule (Qt image format plugins)
|
# Debug config runtime files required for the plugin test mule (Qt image format plugins)
|
||||||
set(plugintest_debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug/imageformats")
|
set(plugintest_debug_src_dir "${debug_libs_dir}/imageformats")
|
||||||
set(plugintest_debug_files
|
set(plugintest_debug_files
|
||||||
qgifd4.dll
|
qgifd4.dll
|
||||||
qicod4.dll
|
qicod4.dll
|
||||||
@@ -100,7 +97,7 @@ copy_if_different(
|
|||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
# Release & ReleaseDebInfo config runtime files required for the plugin test mule
|
# Release & ReleaseDebInfo config runtime files required for the plugin test mule
|
||||||
set(plugintest_release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release")
|
set(plugintest_release_src_dir "${release_libs_dir}")
|
||||||
set(plugintest_release_files
|
set(plugintest_release_files
|
||||||
libeay32.dll
|
libeay32.dll
|
||||||
qtcore4.dll
|
qtcore4.dll
|
||||||
@@ -127,7 +124,7 @@ copy_if_different(
|
|||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
# Release & ReleaseDebInfo config runtime files required for the plugin test mule (Qt image format plugins)
|
# Release & ReleaseDebInfo config runtime files required for the plugin test mule (Qt image format plugins)
|
||||||
set(plugintest_release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release/imageformats")
|
set(plugintest_release_src_dir "${release_libs_dir}/imageformats")
|
||||||
set(plugintest_release_files
|
set(plugintest_release_files
|
||||||
qgif4.dll
|
qgif4.dll
|
||||||
qico4.dll
|
qico4.dll
|
||||||
@@ -169,7 +166,7 @@ copy_if_different(
|
|||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
# Debug config runtime files required for the plugins
|
# Debug config runtime files required for the plugins
|
||||||
set(plugins_debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug")
|
set(plugins_debug_src_dir "${debug_libs_dir}")
|
||||||
set(plugins_debug_files
|
set(plugins_debug_files
|
||||||
libeay32.dll
|
libeay32.dll
|
||||||
qtcored4.dll
|
qtcored4.dll
|
||||||
@@ -188,7 +185,7 @@ copy_if_different(
|
|||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
# Release & ReleaseDebInfo config runtime files required for the plugins
|
# Release & ReleaseDebInfo config runtime files required for the plugins
|
||||||
set(plugins_release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release")
|
set(plugins_release_src_dir "${release_libs_dir}")
|
||||||
set(plugins_release_files
|
set(plugins_release_files
|
||||||
libeay32.dll
|
libeay32.dll
|
||||||
qtcore4.dll
|
qtcore4.dll
|
||||||
@@ -214,8 +211,6 @@ copy_if_different(
|
|||||||
)
|
)
|
||||||
set(all_targets ${all_targets} ${out_targets})
|
set(all_targets ${all_targets} ${out_targets})
|
||||||
|
|
||||||
endif (WORD_SIZE EQUAL 32)
|
|
||||||
# /Singu TODO::WIN64
|
|
||||||
|
|
||||||
set(release_src_dir "${release_libs_dir}")
|
set(release_src_dir "${release_libs_dir}")
|
||||||
set(release_files
|
set(release_files
|
||||||
|
|||||||
@@ -1888,8 +1888,6 @@ if (WINDOWS)
|
|||||||
COMMENT "Copying SLPlugin executable to the runtime folder."
|
COMMENT "Copying SLPlugin executable to the runtime folder."
|
||||||
)
|
)
|
||||||
|
|
||||||
# Singu TODO::WIN64
|
|
||||||
if(WORD_SIZE EQUAL 32)
|
|
||||||
get_target_property(BUILT_WEBKIT_PLUGIN media_plugin_webkit LOCATION)
|
get_target_property(BUILT_WEBKIT_PLUGIN media_plugin_webkit LOCATION)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ${VIEWER_BINARY_NAME} POST_BUILD
|
TARGET ${VIEWER_BINARY_NAME} POST_BUILD
|
||||||
@@ -1901,7 +1899,6 @@ if (WINDOWS)
|
|||||||
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/llplugin
|
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/llplugin
|
||||||
COMMENT "Copying WebKit Plugin to the runtime folder."
|
COMMENT "Copying WebKit Plugin to the runtime folder."
|
||||||
)
|
)
|
||||||
endif(WORD_SIZE EQUAL 32)
|
|
||||||
|
|
||||||
get_target_property(BUILT_QUICKTIME_PLUGIN media_plugin_quicktime LOCATION)
|
get_target_property(BUILT_QUICKTIME_PLUGIN media_plugin_quicktime LOCATION)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
|||||||
@@ -3,10 +3,7 @@
|
|||||||
add_subdirectory(base_basic)
|
add_subdirectory(base_basic)
|
||||||
add_subdirectory(base_media)
|
add_subdirectory(base_media)
|
||||||
add_subdirectory(filepicker)
|
add_subdirectory(filepicker)
|
||||||
# Singu TODO::WIN64
|
|
||||||
if (NOT WINDOWS OR WORD_SIZE EQUAL 32)
|
|
||||||
add_subdirectory(webkit)
|
add_subdirectory(webkit)
|
||||||
endif (NOT WINDOWS OR WORD_SIZE EQUAL 32)
|
|
||||||
|
|
||||||
if (LINUX)
|
if (LINUX)
|
||||||
add_subdirectory(gstreamer010)
|
add_subdirectory(gstreamer010)
|
||||||
|
|||||||
@@ -1029,9 +1029,9 @@
|
|||||||
<key>windows64</key>
|
<key>windows64</key>
|
||||||
<map>
|
<map>
|
||||||
<key>md5sum</key>
|
<key>md5sum</key>
|
||||||
<string>ccb96fa1260ef6c3060d407b8c6b3972</string>
|
<string>cf9e5d1d79531a7e4d45f78657da9c9b</string>
|
||||||
<key>url</key>
|
<key>url</key>
|
||||||
<uri>https://bitbucket.org/SingularityViewer/libraries/downloads/llqtwebkit-4.7.1-windows-20120228.tar.bz2</uri>
|
<uri>https://files.streamgrid.net/win64/singularity/llqtwebkit-4.7.1-windows64-20131021.tar.bz2</uri>
|
||||||
</map>
|
</map>
|
||||||
</map>
|
</map>
|
||||||
</map>
|
</map>
|
||||||
|
|||||||
Reference in New Issue
Block a user