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-07-17 16:45:27 +0400
committerKandrashin Denis <mail@lintest.ru>2012-07-17 16:49:44 +0400
commit3fb0ba08ea4e5a72690593d243fbcbbada20b7b6 (patch)
tree26b577f3cd8752fc8c3b23dcb6949446b2f840d9 /fb2edit.pro
parente6bddac8a4f61fc204026fbf1bea471963be8a06 (diff)
Rename file: fb2view => fb2text
Diffstat (limited to 'fb2edit.pro')
-rw-r--r--fb2edit.pro136
1 files changed, 68 insertions, 68 deletions
diff --git a/fb2edit.pro b/fb2edit.pro
index e9aaa28..9e97531 100644
--- a/fb2edit.pro
+++ b/fb2edit.pro
@@ -1,68 +1,68 @@
-HEADERS = \
- source/fb2xml.h \
- source/fb2xml2.h \
- source/fb2app.hpp \
- source/fb2code.hpp \
- source/fb2head.hpp \
- source/fb2main.hpp \
- source/fb2read.hpp \
- source/fb2temp.hpp \
- source/fb2tree.hpp \
- source/fb2view.hpp \
- source/fb2utils.h \
- source/fb2save.hpp \
- source/fb2dlgs.hpp \
- source/fb2html.h
-
-SOURCES = \
- source/fb2app.cpp \
- source/fb2code.cpp \
- source/fb2head.cpp \
- source/fb2main.cpp \
- source/fb2read.cpp \
- source/fb2save.cpp \
- source/fb2temp.cpp \
- source/fb2tree.cpp \
- source/fb2view.cpp \
- source/fb2xml.cpp \
- source/fb2xml2.cpp \
- source/fb2utils.cpp \
- source/fb2dlgs.cpp \
- source/fb2html.cpp
-
-RESOURCES = \
- 3rdparty/gnome/gnome.qrc \
- source/res/fb2edit.qrc \
- source/js/javascript.qrc \
- 3rdparty/fb2/fb2.qrc
-
-TARGET = fb2edit
-
-TRANSLATIONS = source/ts/ru.ts
-
-VERSION = 0.01.1
-
-QT += xml
-QT += webkit
-QT += network
-
-OTHER_FILES += \
- source/res/style.css \
- source/res/blank.fb2 \
- source/js/export.js \
- source/js/set_cursor.js \
- source/js/get_status.js \
- source/js/get_location.js \
- source/js/insert_title.js \
- CMakeLists.txt
-
-if (unix) {
-
- DEFINES += FB2_USE_LIBXML2
- INCLUDEPATH += /usr/include/libxml2
- LIBS += -lxml2
-
-}
-
-FORMS += \
- source/fb2find.ui
+HEADERS = \
+ source/fb2xml.h \
+ source/fb2xml2.h \
+ source/fb2app.hpp \
+ source/fb2code.hpp \
+ source/fb2head.hpp \
+ source/fb2main.hpp \
+ source/fb2read.hpp \
+ source/fb2temp.hpp \
+ source/fb2tree.hpp \
+ source/fb2utils.h \
+ source/fb2save.hpp \
+ source/fb2dlgs.hpp \
+ source/fb2html.h \
+ source/fb2text.hpp
+
+SOURCES = \
+ source/fb2app.cpp \
+ source/fb2code.cpp \
+ source/fb2head.cpp \
+ source/fb2main.cpp \
+ source/fb2read.cpp \
+ source/fb2save.cpp \
+ source/fb2temp.cpp \
+ source/fb2tree.cpp \
+ source/fb2xml.cpp \
+ source/fb2xml2.cpp \
+ source/fb2utils.cpp \
+ source/fb2dlgs.cpp \
+ source/fb2html.cpp \
+ source/fb2text.cpp
+
+RESOURCES = \
+ 3rdparty/gnome/gnome.qrc \
+ source/res/fb2edit.qrc \
+ source/js/javascript.qrc \
+ 3rdparty/fb2/fb2.qrc
+
+TARGET = fb2edit
+
+TRANSLATIONS = source/ts/ru.ts
+
+VERSION = 0.01.1
+
+QT += xml
+QT += webkit
+QT += network
+
+OTHER_FILES += \
+ source/res/style.css \
+ source/res/blank.fb2 \
+ source/js/export.js \
+ source/js/set_cursor.js \
+ source/js/get_status.js \
+ source/js/get_location.js \
+ source/js/insert_title.js \
+ CMakeLists.txt
+
+if (unix) {
+
+ DEFINES += FB2_USE_LIBXML2
+ INCLUDEPATH += /usr/include/libxml2
+ LIBS += -lxml2
+
+}
+
+FORMS += \
+ source/fb2find.ui