diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-06-04 12:34:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-06-04 12:34:32 +0200 |
commit | 1cf8018d1c583e13baf269078de99690c4457933 (patch) | |
tree | 3aea7f16bbd876b9af7bf33197d1a8d6b43d818b /tqt3integration/libtqttde/CMakeLists.txt | |
parent | 9d6d2fd57f260a4dd6c84bf6e8fab3b25422a479 (diff) | |
download | tdebase-1cf8018d1c583e13baf269078de99690c4457933.tar.gz tdebase-1cf8018d1c583e13baf269078de99690c4457933.zip |
Rename tqt-kde integration to tqt-tde.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tqt3integration/libtqttde/CMakeLists.txt')
-rw-r--r-- | tqt3integration/libtqttde/CMakeLists.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tqt3integration/libtqttde/CMakeLists.txt b/tqt3integration/libtqttde/CMakeLists.txt new file mode 100644 index 000000000..fc1e54e81 --- /dev/null +++ b/tqt3integration/libtqttde/CMakeLists.txt @@ -0,0 +1,34 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/tqt3integration/utils/ + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### libtqttde (shared) #################### + +tde_add_library( tqttde SHARED AUTOMOC + SOURCES tqttde.cpp + VERSION 0.0.0 + LINK tdeui-shared + DEPENDENCIES generate_tqt3_bindings + DESTINATION "${TQT_PLUGINS_DIR}/integration/" +) |