Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2012-05-31 14:03:43 +0400
committerKandrashin Denis <mail@lintest.ru>2012-06-01 12:12:02 +0400
commit83178ee3b11e0c4cbaaf3df21eb74f22b17e317a (patch)
tree39c1fffa7b61c75a73a95e2921900d857626be21 /fb2edit.pro
parent9bfe56352ae269468b8978d5ddbbea069d43d216 (diff)
Move the text cursor when the user select the document tree item
Diffstat (limited to 'fb2edit.pro')
-rw-r--r--fb2edit.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/fb2edit.pro b/fb2edit.pro
index b600c52..7dd647b 100644
--- a/fb2edit.pro
+++ b/fb2edit.pro
@@ -9,7 +9,8 @@ HEADERS = \
source/fb2read.hpp \
source/fb2temp.hpp \
source/fb2tree.hpp \
- source/fb2view.hpp
+ source/fb2view.hpp \
+ source/fb2tool.h
SOURCES = \
source/fb2app.cpp \
@@ -22,11 +23,13 @@ SOURCES = \
source/fb2tree.cpp \
source/fb2view.cpp \
source/fb2xml.cpp \
- source/fb2xml2.cpp
+ source/fb2xml2.cpp \
+ source/fb2tool.cpp
RESOURCES = \
3rdparty/gnome/gnome.qrc \
- source/res/fb2edit.qrc
+ source/res/fb2edit.qrc \
+ source/js/javascript.qrc
TARGET = fb2edit