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-24 13:39:03 +0400
committerKandrashin Denis <mail@lintest.ru>2012-05-24 13:39:03 +0400
commit812f026433406a874a386c79d178e811bd79bed5 (patch)
treeb278ee6f3686c381f2f1178ce1d79d8a1f81a1e2 /fb2edit.pro
parentb2dc5a667e555e82c0e19318302cb97e189ef20e (diff)
New class: Fb2Scintilla
Diffstat (limited to 'fb2edit.pro')
-rw-r--r--fb2edit.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/fb2edit.pro b/fb2edit.pro
index 2276f2e..30104e0 100644
--- a/fb2edit.pro
+++ b/fb2edit.pro
@@ -1,5 +1,6 @@
HEADERS = \
source/fb2app.h \
+ source/fb2code.h
source/fb2head.h \
source/fb2main.h \
source/fb2read.h \
@@ -11,6 +12,7 @@ HEADERS = \
SOURCES = \
source/fb2app.cpp \
+ source/fb2code.cpp \
source/fb2head.cpp \
source/fb2main.cpp \
source/fb2read.cpp \