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:
authorArkadiy Illarionov <qarkai@gmail.com>2022-08-09 00:10:06 +0300
committerArkadiy Illarionov <qarkai@gmail.com>2022-08-09 00:10:06 +0300
commit00576c11dc4d066c0bdd63d66cdbf3332485781e (patch)
tree9ed2aeafe24afe3045a79fb57f461330e46a46ad /fb2edit.pro
parent35f4da6a4a219d49d0c065c39c170bd4ca4cc946 (diff)
Remove now unused libxml2 dependency
Diffstat (limited to 'fb2edit.pro')
-rw-r--r--fb2edit.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/fb2edit.pro b/fb2edit.pro
index d7c7f23..e3f3135 100644
--- a/fb2edit.pro
+++ b/fb2edit.pro
@@ -80,14 +80,6 @@ OTHER_FILES += \
3rdparty/fb2/FictionBookGenres.xsd \
3rdparty/fb2/FictionBook2.1.xsd
-if (unix) {
-
- DEFINES += FB2_USE_LIBXML2
- INCLUDEPATH += /usr/include/libxml2
- LIBS += -lxml2
-
-}
-
FORMS += \
source/fb2find.ui \
source/fb2setup.ui