diff options
| author | Hrvoje Senjan <[email protected]> | 2015-02-24 17:07:55 +0100 |
|---|---|---|
| committer | Hrvoje Senjan <[email protected]> | 2015-02-24 17:07:55 +0100 |
| commit | f6b4f562167969365d4aae14d73060c6fdb8270f (patch) | |
| tree | 1ab5643c67caeab4343e87778aeaed70ba862675 /src/CMakeLists.txt | |
| parent | b2ad2c076c38add7ee6ede95a513af6d12a84387 (diff) | |
Fix build on Jenkins (or with BUILD_TESTING=ON)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4637e09d0..ea21f1af2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -129,6 +129,7 @@ install(TARGETS dolphinprivate ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) set(dolphinpart_SRCS dolphinpart.cpp dolphinpart_ext.cpp + dolphindebug.cpp ) add_library(dolphinpart MODULE ${dolphinpart_SRCS}) @@ -202,6 +203,7 @@ set(dolphin_SRCS statusbar/spaceinfoobserver.cpp statusbar/statusbarspaceinfo.cpp views/zoomlevelinfo.cpp + dolphindebug.cpp ) kconfig_add_kcfg_files(dolphin_SRCS GENERATE_MOC |
