diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-23 11:48:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 01:33:59 +0200 |
commit | 59652d084d3a2ad69693440ebc6b691a74e68bf1 (patch) | |
tree | c2cbf81bea487c07ae211609e20431c2a65a30d1 /src/CMakeLists.txt | |
parent | Definitely fixing rekonq API. First step. (diff) | |
download | rekonq-59652d084d3a2ad69693440ebc6b691a74e68bf1.tar.xz |
Added NON fixed rekonqrun class.
Sorry about this, but I need to start from some place :)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 73ef1dc0..726ac82e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,6 +32,7 @@ SET( rekonq_SRCS webpage.cpp cookiedialog.cpp cookieexceptiondialog.cpp + rekonqrun.cpp ) |