diff options
Diffstat (limited to 'twin-styles/openlook/CMakeLists.txt')
-rw-r--r-- | twin-styles/openlook/CMakeLists.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/twin-styles/openlook/CMakeLists.txt b/twin-styles/openlook/CMakeLists.txt new file mode 100644 index 00000000..061dd697 --- /dev/null +++ b/twin-styles/openlook/CMakeLists.txt @@ -0,0 +1,33 @@ +################################################# +# +# (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} + ${CMAKE_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + +##### other data ################################ + +install( FILES openlook.desktop DESTINATION ${DATA_INSTALL_DIR}/twin ) + +##### twin3_openlook ############################ + +tde_add_kpart( twin3_openlook AUTOMOC + SOURCES OpenLook.cpp + LINK tdecorations-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) |