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-21 23:32:45 +0400
committerKandrashin Denis <mail@lintest.ru>2012-07-21 23:32:45 +0400
commitee333d00016cac2bb6a9e79328c5b0e03cd91dc0 (patch)
tree9e830ee3383e9482dd2382c3e4ab68825197d4a9 /fb2edit.pro
parentb45e61a73a35f5038137931df8e0f1e4fba9f8b2 (diff)
New class: FbAuthorDlg
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 e3181ee..86b2fba 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/fb2save.hpp \
- source/fb2dlgs.hpp \
- source/fb2html.h \
- source/fb2text.hpp \
- source/fb2utils.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/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
+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/fb2save.hpp \
+ source/fb2dlgs.hpp \
+ source/fb2html.h \
+ source/fb2text.hpp \
+ source/fb2utils.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/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