diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-05 22:14:49 +0200 |
---|---|---|
committer | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-05 22:14:49 +0200 |
commit | eac6d660e635a3bdb29c0c0acba767663f67e245 (patch) | |
tree | 8a62e90752c51e3dc90b5812ef75b745cc79fc05 /src/CMakeLists.txt | |
parent | Removing windowID settings, unuseful (for me) in a (diff) | |
download | rekonq-eac6d660e635a3bdb29c0c0acba767663f67e245.tar.xz |
add m_windowId else unable to connect to KCookieJarServer
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 65315be8..bc8ef53d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,7 +58,6 @@ INCLUDE_DIRECTORIES ( ${CMAKE_CURRENT_SOURCE_DIR} ADD_DEFINITIONS ( ${KDE4_DEFINITIONS} ) - ### --------------- ADDING EXECUTABLE... KDE4_ADD_EXECUTABLE( rekonq ${rekonq_SRCS} ) |