Skip to content

Commit

Permalink
QtWebKit package: fixed a small problem in our CMakeLists.txt file (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 16, 2019
1 parent 5aa68df commit 3e6850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3rdparty/QtWebKit/CMakeLists.txt
Expand Up @@ -312,7 +312,7 @@ else()

# Package our external project

if(NOT WIN AND NOT APPLE)
if(NOT WIN32 AND NOT APPLE)
set(SYMBOLIC_LINKS
${SHARED_LIBRARIES_DIR}/${CMAKE_SHARED_LIBRARY_PREFIX}Qt${QT_VERSION_MAJOR}WebKit${CMAKE_SHARED_LIBRARY_SUFFIX}
${SHARED_LIBRARIES_DIR}/${CMAKE_SHARED_LIBRARY_PREFIX}Qt${QT_VERSION_MAJOR}WebKit${CMAKE_SHARED_LIBRARY_SUFFIX}.${MAJOR_LIBRARY_VERSION}
Expand Down

0 comments on commit 3e6850f

Please sign in to comment.