mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
generic: move anipaper and xwallpaper to plasma-wallpapers sub-directory
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a7571b058a
commit
d02586d7fe
10 changed files with 14 additions and 20 deletions
|
@ -31,5 +31,4 @@ macro_optional_add_subdirectory (knetpkg)
|
|||
macro_optional_add_subdirectory (kfirewall)
|
||||
macro_optional_add_subdirectory (khash)
|
||||
macro_optional_add_subdirectory (kprintjobs)
|
||||
macro_optional_add_subdirectory (xwallpaper)
|
||||
macro_optional_add_subdirectory (anipaper)
|
||||
macro_optional_add_subdirectory (plasma-wallpapers)
|
||||
|
|
13
plasma-wallpapers/CMakeLists.txt
Normal file
13
plasma-wallpapers/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
project(plasma-wallpapers)
|
||||
|
||||
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include(FeatureSummary)
|
||||
|
||||
find_package(KDELibs4 4.23.0 REQUIRED)
|
||||
|
||||
include_directories(${KDE4_INCLUDES})
|
||||
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
endif()
|
||||
|
||||
add_subdirectory(anipaper)
|
||||
add_subdirectory(xwallpaper)
|
|
@ -1,14 +1,5 @@
|
|||
project(plasma-wallpaper-anipaper)
|
||||
|
||||
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include(FeatureSummary)
|
||||
|
||||
find_package(KDELibs4 4.23.0 REQUIRED)
|
||||
|
||||
include_directories(${KDE4_INCLUDES})
|
||||
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
endif()
|
||||
|
||||
set(anipaper_SRCS
|
||||
anipaper.cpp
|
||||
)
|
|
@ -1,14 +1,5 @@
|
|||
project(plasma-wallpaper-xwallpaper)
|
||||
|
||||
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include(FeatureSummary)
|
||||
|
||||
find_package(KDELibs4 4.23.0 REQUIRED)
|
||||
|
||||
include_directories(${KDE4_INCLUDES})
|
||||
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
endif()
|
||||
|
||||
set(xwallpaper_SRCS
|
||||
xwallpaper.cpp
|
||||
)
|
Loading…
Add table
Reference in a new issue