Skip to content

Commit

Permalink
New version cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedott committed Oct 8, 2015
1 parent f83ac8d commit f512623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ amarok/DBusAbstractAdaptor.cpp

add_executable(kweb-player ${SRC_SOURCES})

#find_package(Qt5Widgets REQUIRED)
find_package(Qt5 REQUIRED Core Gui WebEngine)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5 REQUIRED Core Gui WebEngineWidgets)

target_link_libraries(kweb-player Qt5::Widgets)
target_link_libraries(kweb-player Qt5::Widgets Qt5:WebEngineWidgets)


0 comments on commit f512623

Please sign in to comment.