diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-17 22:53:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-17 22:53:42 +0300 |
commit | fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b (patch) | |
tree | ed1480de8c6ce998973ddeecea5baf15a07ee5ae /src/CMakeLists.txt | |
parent | e50a003a016248c3df8e17dc331b878dbdf08b48 (diff) | |
download | plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.tar.gz plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.tar.bz2 plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.tar.xz plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.zip |
Move mouseoverlink into separate file.
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 e82b73366..0f1952173 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -373,6 +373,7 @@ SET(SRCS gui/gui.cpp gui/gui.h gui/mailmessage.h + gui/mouseoverlink.h gui/windows/helpwindow.cpp gui/windows/helpwindow.h gui/windows/insertcarddialog.cpp |