diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 22:51:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 22:51:17 +0200 |
commit | 16072a8703434afc39acf991673cf932747d80c6 (patch) | |
tree | 6b9e014947a0aea44e9ca6b54c7e646cae403f81 /src/CMakeLists.txt | |
parent | Rekonq 0.2.51 with (just) one urlbar and (just, again) KDE 4.3.1 support (diff) | |
download | rekonq-16072a8703434afc39acf991673cf932747d80c6.tar.xz |
Removed MenuBar. First steps..
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 d4e513fd..67a0c8df 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -71,4 +71,3 @@ TARGET_LINK_LIBRARIES ( rekonq INSTALL( TARGETS rekonq ${INSTALL_TARGETS_DEFAULT_ARGS} ) INSTALL( FILES rekonq.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) -INSTALL( FILES rekonqui.rc DESTINATION ${DATA_INSTALL_DIR}/rekonq ) |