]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/CMakeLists.txt
Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the...
[dolphin.git] / src / tests / CMakeLists.txt
index fe9665d1142872c2a94015e06e83d955ab62c9f7..22a8b48491fa7ac88ce1b29aecb20192837dd7ea 100644 (file)
@@ -4,7 +4,7 @@ find_package(Qt5Test CONFIG REQUIRED)
 include(ECMMarkAsTest)
 
 # needed on windows to correctly use the files from dolphinprivate
-add_definitions(-DLIBDOLPHINPRIVATE_EXPORT=)
+add_definitions(-DDOLPHIN_EXPORT=)
 
 # KItemSetTest
 set(kitemsettest_SRCS
@@ -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