Skip to content

Commit

Permalink
Fix msvc build (followup 80cf804)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 29, 2021
1 parent dc6b97c commit 6e1f377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/CMakeLists.txt
Expand Up @@ -154,7 +154,7 @@ if (MSVC)
find_package(${QT_VERSION_BASE}WinExtras)

target_link_libraries(qgis_native shell32)
target_link_libraries(qgis_native ${QT_VERSION_BASE}::Widget ${QT_QTMAIN_LIBRARY})
target_link_libraries(qgis_native ${QT_VERSION_BASE}::Widgets ${QT_QTMAIN_LIBRARY})
target_link_libraries(qgis_native ${QT_VERSION_BASE}::WinExtras)
endif()
# install
Expand Down

0 comments on commit 6e1f377

Please sign in to comment.