Skip to content

Commit

Permalink
Drop support for Ubuntu 14.04
Browse files Browse the repository at this point in the history
Ubuntu 14.04 contains old Qt 5.2.1 Recent fixes of Qt deprecation
warnings breaks the build. Fixing this would mean adding additional
`ifdef`s.

Signed-off-by: Lukas Holecek <[email protected]>
  • Loading branch information
hluk committed Feb 2, 2020
1 parent a824b7d commit abb5045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif()

set(CMAKE_AUTOMOC ON)

find_package(Qt5Widgets 5.1.0 REQUIRED)
find_package(Qt5Widgets 5.5.0 REQUIRED)
list(APPEND copyq_LIBRARIES Qt5::Widgets)

set(copyq_APP_ID com.github.hluk.copyq)
Expand Down
1 change: 0 additions & 1 deletion utils/debian/create_source_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

distros=(
trusty
xenial
bionic
disco
Expand Down

0 comments on commit abb5045

Please sign in to comment.