mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: misc cleanups
This commit is contained in:
parent
08227b02d8
commit
3dad3455e2
2 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
|||
add_subdirectory(tests)
|
||||
if(ENABLE_TESTING)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
set(appletbrowserdialog_SRCS
|
||||
widgetsexplorer/kcategorizeditemsviewmodels.cpp
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
if (KDE4_BUILD_TESTS)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/../widgetsexplorer)
|
||||
|
||||
add_definitions(-DPLASMAGENERICSHELL_EXPORT=)
|
||||
|
@ -31,5 +29,3 @@ kde4_add_kcfg_files(backgrounddialog_SRCS ../../../plasma/desktop/shell/data/pla
|
|||
add_executable(plasmabackgrounddialog ${backgrounddialog_SRCS})
|
||||
target_link_libraries(plasmabackgrounddialog ${KDE4_PLASMA_LIBS} ${QT_QTUITOOLS_LIBRARY} ${KDE4_KFILE_LIBRARY} kworkspace)
|
||||
|
||||
endif (KDE4_BUILD_TESTS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue