Skip to content

Commit

Permalink
Remove web engine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Feb 22, 2020
1 parent 35f0a27 commit 202a73b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Find Qt
find_package(Qt5 COMPONENTS Core Widgets Network Gui WebEngineWidgets REQUIRED)
find_package(Qt5 COMPONENTS Core Widgets Network Gui REQUIRED)

# Glob source files
file(GLOB MAIN_SRC "src/*.[hc]pp")
Expand All @@ -27,5 +27,4 @@ target_link_libraries(spotify-qt PRIVATE
Qt5::Core
Qt5::Widgets
Qt5::Network
Qt5::Gui
Qt5::WebEngineWidgets)
Qt5::Gui)

0 comments on commit 202a73b

Please sign in to comment.