diff options
| author | Hrvoje Senjan <[email protected]> | 2015-02-27 20:17:59 +0100 |
|---|---|---|
| committer | Hrvoje Senjan <[email protected]> | 2015-02-27 20:17:59 +0100 |
| commit | adeaab9745c681e99b6bf7b3144a6fc0878a387f (patch) | |
| tree | 603260477eb57ed92fa17982cc0bfabb3cc7e195 /CMakeLists.txt | |
| parent | 9aee5d22513f0367febab54b38b3a7dc58d120bb (diff) | |
Fix build in a kdelibs4-free enviroment
If one had kdelibs includes in /usr, they would get magically
picked up, so the build would succeed.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05c6e9cbe..e3dc4567d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,10 +33,10 @@ ecm_setup_version(${DOLPHIN_VERSION} VARIABLE_PREFIX DOLPHINPRIVATE find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core + Concurrent Widgets Gui DBus - Test ) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS |
