-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLekho.pro
31 lines (29 loc) · 988 Bytes
/
Lekho.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SOURCES = Gui/main.cpp \
Gui/application.cpp \
BanglaLine/BanglaLine.cpp \
BanglaLetter/BanglaLetter.cpp \
BanglaDocument/BanglaDocument.cpp \
BanglaTextEdit/BanglaTextEdit.cpp \
BanglaSegment/BanglaSegment.cpp \
FontConverter/FontConverter.cpp \
CodeTreeElement/CodeTreeElement.cpp \
include/lekhoprefs.cpp \
include/preferences.cpp \
Parser/parser.cpp
HEADERS = Gui/application.h \
BanglaLine/BanglaLine.h \
BanglaLetter/BanglaLetter.h \
BanglaDocument/BanglaDocument.h \
BanglaTextEdit/BanglaTextEdit.h \
BanglaSegment/BanglaSegment.h \
FontConverter/FontConverter.h \
CodeTreeElement/CodeTreeElement.h \
include/lekhoprefs.h \
include/preferences.h \
Parser/parser.h
INCLUDEPATH = Gui BanglaLetter BanglaLine BanglaDocument BanglaTextEdit BanglaSegment FontConverter CodeTreeElement Parser include
#CONFIG += qt warn_on release
CONFIG += qt warn_on debug
OBJECTS_DIR = $(OBJ_DIR)
DESTDIR = $(BIN_DIR)
TARGET = lekho