You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
desktop-effects-tde/DesktopEffects/CMakeLists.txt

25 lines
730 B

##### DesktopEffectsDialog.py (generated from DesktopEffectsDialog.ui)
add_custom_command( OUTPUT DesktopEffectsDialog.py
COMMAND ${TDEPYUIC_EXECUTABLE} ${CMAKE_SOURCE_DIR}/data/DesktopEffectsDialog.ui
COMMENT "Gerenate DesktopEffectsDialog.py"
)
add_custom_target( DesktopEffectsDialog-pyuic ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/DesktopEffectsDialog.py
)
##### other data
file( GLOB data_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * )
list( REMOVE_ITEM data_files "CMakeLists.txt" )
list( REMOVE_ITEM data_files "DesktopEffectsDialog.py" )
list( APPEND data_files ${CMAKE_CURRENT_BINARY_DIR}/DesktopEffectsDialog.py )
install(
FILES ${data_files}
DESTINATION ${SHARE_INSTALL_PREFIX}/pyshared/DesktopEffects
)