diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:26:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:26:09 +0200 |
commit | e7d1b8fe33c08343f305b815a7087a6f88b99b00 (patch) | |
tree | 9f8d8ede8f8020e9da345e9c77797fafb3b0eaf2 /tdeabc | |
parent | 1d498994f8f9579d8d37de7568031e1dd4c2eaa1 (diff) | |
download | tdelibs-e7d1b8fe33c08343f305b815a7087a6f88b99b00.tar.gz tdelibs-e7d1b8fe33c08343f305b815a7087a6f88b99b00.zip |
Revert commit 1d498994
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeabc/formats/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeabc/plugins/dir/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeabc/plugins/file/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeabc/plugins/ldaptdeio/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeabc/plugins/net/CMakeLists.txt | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/tdeabc/CMakeLists.txt b/tdeabc/CMakeLists.txt index b75cc2ada..0cd900c08 100644 --- a/tdeabc/CMakeLists.txt +++ b/tdeabc/CMakeLists.txt @@ -36,7 +36,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeabc/formats/CMakeLists.txt b/tdeabc/formats/CMakeLists.txt index d11bdf5e2..48fddc70c 100644 --- a/tdeabc/formats/CMakeLists.txt +++ b/tdeabc/formats/CMakeLists.txt @@ -24,7 +24,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeabc/plugins/dir/CMakeLists.txt b/tdeabc/plugins/dir/CMakeLists.txt index ba081db58..322c659d4 100644 --- a/tdeabc/plugins/dir/CMakeLists.txt +++ b/tdeabc/plugins/dir/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeabc/plugins/file/CMakeLists.txt b/tdeabc/plugins/file/CMakeLists.txt index e3f696833..c7dbfef46 100644 --- a/tdeabc/plugins/file/CMakeLists.txt +++ b/tdeabc/plugins/file/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeabc/plugins/ldaptdeio/CMakeLists.txt b/tdeabc/plugins/ldaptdeio/CMakeLists.txt index 7db54d2b2..6e85a73d5 100644 --- a/tdeabc/plugins/ldaptdeio/CMakeLists.txt +++ b/tdeabc/plugins/ldaptdeio/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeabc/plugins/net/CMakeLists.txt b/tdeabc/plugins/net/CMakeLists.txt index a07525f3d..71a5c49df 100644 --- a/tdeabc/plugins/net/CMakeLists.txt +++ b/tdeabc/plugins/net/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) |