Fix Debian build

This commit is contained in:
István Váradi 2018-05-03 19:02:49 +02:00
parent e40bddb2c2
commit 7827fe4151
2 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ matrix:
- TESTS: qt-5.8
- TESTS: qt-5.9
- BUILD: AppImage
# - BUILD: Debian
- BUILD: Debian
- TESTS: documentation
branches: [ master, 2.* ]

View file

@ -6,8 +6,8 @@ diff -ruN nextcloud-client-2.4.0.orig/src/CMakeLists.txt nextcloud-client-2.4.0/
set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
-find_package(Qt5 5.6 COMPONENTS Core Network Xml Concurrent REQUIRED)
+find_package(Qt5 5.5 COMPONENTS Core Network Xml Concurrent REQUIRED)
-find_package(Qt5 5.6 COMPONENTS Core Network Xml Concurrent WebEngineWidgets WebEngine REQUIRED)
+find_package(Qt5 5.5 COMPONENTS Core Network Xml Concurrent WebEngineWidgets WebEngine REQUIRED)
if (Qt5Core_VERSION VERSION_LESS 5.9.0)
message(STATUS "For HTTP/2 support, compile with Qt 5.9 or higher.")
endif()