From e49e5ebabbf8bbe30d4955bc6cb785303f94c6f6 Mon Sep 17 00:00:00 2001 From: Alec Moskvin Date: Sun, 15 Jul 2018 11:26:16 -0400 Subject: [PATCH] Remove dependency on QtConcurrent --- CMakeLists.txt | 1 - lxqt-config-file-associations/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c42ddc..5fb2548 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ set(CMAKE_AUTORCC ON) find_package(Qt5Widgets REQUIRED) find_package(Qt5DBus REQUIRED) find_package(Qt5Xml REQUIRED) -find_package(Qt5Concurrent REQUIRED) find_package(Qt5X11Extras REQUIRED) find_package(Qt5LinguistTools REQUIRED) find_package(lxqt REQUIRED) diff --git a/lxqt-config-file-associations/CMakeLists.txt b/lxqt-config-file-associations/CMakeLists.txt index 0506723..2500cf3 100644 --- a/lxqt-config-file-associations/CMakeLists.txt +++ b/lxqt-config-file-associations/CMakeLists.txt @@ -61,7 +61,6 @@ target_link_libraries(${PROJECT_NAME} Qt5::Xml Qt5::DBus Qt5::Widgets - Qt5::Concurrent ${LIBRARIES} )