┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorHrvoje Senjan <[email protected]>2015-02-24 17:07:55 +0100
committerHrvoje Senjan <[email protected]>2015-02-24 17:07:55 +0100
commitf6b4f562167969365d4aae14d73060c6fdb8270f (patch)
tree1ab5643c67caeab4343e87778aeaed70ba862675 /src/tests
parentb2ad2c076c38add7ee6ede95a513af6d12a84387 (diff)
Fix build on Jenkins (or with BUILD_TESTING=ON)
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/CMakeLists.txt6
-rw-r--r--src/tests/kstandarditemmodeltest.cpp2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index fe9665d11..1c6c5b40c 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -56,6 +56,7 @@ set(kitemlistcontrollertest_SRCS
../kitemviews/kitemset.cpp
../kitemviews/kstandarditemlistview.cpp
../kitemviews/kstandarditemlistwidget.cpp
+ ../dolphindebug.cpp
)
kconfig_add_kcfg_files(kitemlistcontrollertest_SRCS GENERATE_MOC
@@ -81,6 +82,7 @@ set(kfileitemlistviewtest_SRCS
../kitemviews/kitemset.cpp
../kitemviews/kstandarditemlistview.cpp
../kitemviews/kstandarditemlistwidget.cpp
+ ../dolphindebug.cpp
)
kconfig_add_kcfg_files(kfileitemlistviewtest_SRCS GENERATE_MOC
@@ -99,6 +101,7 @@ set(kfileitemmodeltest_SRCS
../kitemviews/kfileitemmodel.cpp
../kitemviews/kitemmodelbase.cpp
../kitemviews/kitemset.cpp
+ ../dolphindebug.cpp
)
kconfig_add_kcfg_files(kfileitemmodeltest_SRCS GENERATE_MOC
@@ -116,6 +119,7 @@ set(kfileitemmodelbenchmark_SRCS
testdir.cpp
../kitemviews/kfileitemmodel.cpp
../kitemviews/kitemmodelbase.cpp
+ ../dolphindebug.cpp
)
kconfig_add_kcfg_files(kfileitemmodelbenchmark_SRCS GENERATE_MOC
@@ -160,6 +164,7 @@ set(kstandarditemmodeltest_SRCS
../kitemviews/kstandarditem.cpp
../kitemviews/kstandarditemmodel.cpp
../kitemviews/kitemmodelbase.cpp
+ ../dolphindebug.cpp
)
add_executable(kstandarditemmodeltest ${kstandarditemmodeltest_SRCS})
@@ -172,6 +177,7 @@ set(viewpropertiestest_SRCS
viewpropertiestest.cpp
testdir.cpp
../views/viewproperties.cpp
+ ../dolphindebug.cpp
)
kconfig_add_kcfg_files(viewpropertiestest_SRCS GENERATE_MOC
../settings/dolphin_generalsettings.kcfgc
diff --git a/src/tests/kstandarditemmodeltest.cpp b/src/tests/kstandarditemmodeltest.cpp
index ea65cc4ce..93aaf3686 100644
--- a/src/tests/kstandarditemmodeltest.cpp
+++ b/src/tests/kstandarditemmodeltest.cpp
@@ -18,6 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
+#include "dolphindebug.h"
+
#include "kitemviews/kstandarditem.h"
#include "kitemviews/kstandarditemmodel.h"