diff options
Diffstat (limited to 'kwin-styles/kstep/CMakeLists.txt')
-rw-r--r-- | kwin-styles/kstep/CMakeLists.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kwin-styles/kstep/CMakeLists.txt b/kwin-styles/kstep/CMakeLists.txt new file mode 100644 index 00000000..0344dd47 --- /dev/null +++ b/kwin-styles/kstep/CMakeLists.txt @@ -0,0 +1,32 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + +##### other data ################################ + +install( FILES kstep.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin ) + +##### kwin3_kstep ############################### + +tde_add_kpart( kwin3_kstep AUTOMOC + SOURCES nextclient.cpp + LINK kdecorations-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) |