diff options
| author | David Faure <[email protected]> | 2007-05-19 08:03:39 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-05-19 08:03:39 +0000 |
| commit | 3aa47b789bc9eb9ed68f4eeacffd45bddd1b92e4 (patch) | |
| tree | 95766bd0d14efed8489dfccd491157891b0f69c5 /src/CMakeLists.txt | |
| parent | 5c1e93481aa1f1305eb35358f1973ba2678ac07f (diff) | |
Make the test link (moving renamedialog to libdolphinprivate since we'll need that feature in the part anyway)
svn path=/trunk/KDE/kdebase/apps/; revision=666229
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 595146d5b..31e6779a3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory( pics ) add_subdirectory( servicemenus ) -#add_subdirectory( tests ) +add_subdirectory( tests ) include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) @@ -18,6 +18,7 @@ set(dolphinprivate_LIB_SRCS dolphinsettings.cpp viewproperties.cpp dolphinsortfilterproxymodel.cpp + renamedialog.cpp ) kde4_add_kcfg_files(dolphinprivate_LIB_SRCS @@ -62,7 +63,6 @@ set(dolphin_SRCS main.cpp metadatawidget.cpp pixmapviewer.cpp - renamedialog.cpp settingspagebase.cpp sidebarpage.cpp statusbarspaceinfo.cpp |
