Skip to content
Snippets Groups Projects
Commit abb50458 authored by hluk's avatar hluk
Browse files

Drop support for Ubuntu 14.04


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: default avatarLukas Holecek <hluk@email.cz>
parent a824b7d1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -2,7 +2,6 @@
set -e
distros=(
trusty
xenial
bionic
disco
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment