summaryrefslogtreecommitdiff
path: root/Source/WebKit2
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-05-02 15:41:05 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-05-02 12:45:15 +0000
commit6469f308c0f0f710544d7d55c7655384bed27795 (patch)
treeeb84e93565fee38d2f7acc75e4c6468cad3fe90d /Source/WebKit2
parent54e605a32bdceab163e4f2725794c1aab43adc73 (diff)
downloadqtwebkit-6469f308c0f0f710544d7d55c7655384bed27795.tar.gz
Import WebKit commit a4582ff260c0683b310e8ebbd5c3e6d5ad9fccc2
Change-Id: Ic5519f3eaf22b68312d410b65d70445f05c631fa Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebKit2')
-rw-r--r--Source/WebKit2/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebKit2/CMakeLists.txt b/Source/WebKit2/CMakeLists.txt
index ffff0fc55..9af82650b 100644
--- a/Source/WebKit2/CMakeLists.txt
+++ b/Source/WebKit2/CMakeLists.txt
@@ -818,10 +818,10 @@ if (ENABLE_DATABASE_PROCESS)
endif ()
endif ()
-POPULATE_LIBRARY_VERSION(WEBKIT2)
-set_target_properties(WebKit2 PROPERTIES VERSION ${WEBKIT2_VERSION} SOVERSION ${WEBKIT2_VERSION_MAJOR})
+if (NOT PORT STREQUAL "Mac")
+ POPULATE_LIBRARY_VERSION(WEBKIT2)
+ set_target_properties(WebKit2 PROPERTIES VERSION ${WEBKIT2_VERSION} SOVERSION ${WEBKIT2_VERSION_MAJOR})
-if (NOT APPLE)
install(TARGETS WebProcess NetworkProcess DESTINATION "${LIBEXEC_INSTALL_DIR}")
if (SHARED_CORE OR NOT PORT STREQUAL "Qt")
install(TARGETS WebKit2 DESTINATION "${LIB_INSTALL_DIR}")