File: lib.pri

package info (click to toggle)
qmltermwidget 0.2%2Bgit20220109.6322802-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,224 kB
  • sloc: cpp: 15,177; makefile: 28
file content (59 lines) | stat: -rw-r--r-- 1,766 bytes parent folder | download | duplicates (3)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
HEADERS += $$PWD/lib/BlockArray.h \
    $$PWD/lib/CharacterColor.h \
    $$PWD/lib/Character.h \
    $$PWD/lib/ColorScheme.h \
    $$PWD/lib/ColorTables.h \
    $$PWD/lib/DefaultTranslatorText.h \
    $$PWD/lib/Emulation.h \
    $$PWD/lib/ExtendedDefaultTranslator.h \
    $$PWD/lib/Filter.h \
    $$PWD/lib/History.h \
    $$PWD/lib/HistorySearch.h \
    $$PWD/lib/KeyboardTranslator.h \
    $$PWD/lib/konsole_wcwidth.h \
    $$PWD/lib/kprocess.h \
    $$PWD/lib/kptydevice.h \
    $$PWD/lib/kpty.h \
    $$PWD/lib/kpty_p.h \
    $$PWD/lib/kptyprocess.h \
    $$PWD/lib/LineFont.h \
    $$PWD/lib/Pty.h \
    $$PWD/lib/ProcessInfo.h \
    $$PWD/lib/Screen.h \
    $$PWD/lib/ScreenWindow.h \
    #$$PWD/lib/SearchBar.h \
    $$PWD/lib/Session.h \
    $$PWD/lib/ShellCommand.h \
    $$PWD/lib/TerminalCharacterDecoder.h \
    $$PWD/lib/TerminalDisplay.h \
    $$PWD/lib/tools.h \
    $$PWD/lib/Vt102Emulation.h \
    $$PWD/lib/mac-vkcode.h \
    #$$PWD/lib/qtermwidget.h

SOURCES += $$PWD/lib/BlockArray.cpp \
    $$PWD/lib/ColorScheme.cpp \
    $$PWD/lib/Emulation.cpp \
    $$PWD/lib/Filter.cpp \
    $$PWD/lib/History.cpp \
    $$PWD/lib/HistorySearch.cpp \
    $$PWD/lib/KeyboardTranslator.cpp \
    $$PWD/lib/konsole_wcwidth.cpp \
    $$PWD/lib/kprocess.cpp \
    $$PWD/lib/kpty.cpp \
    $$PWD/lib/kptydevice.cpp \
    $$PWD/lib/kptyprocess.cpp \
    $$PWD/lib/ProcessInfo.cpp \
    $$PWD/lib/Pty.cpp \
    #$$PWD/lib/qtermwidget.cpp \
    $$PWD/lib/Screen.cpp \
    $$PWD/lib/ScreenWindow.cpp \
    #$$PWD/lib/SearchBar.cpp \
    $$PWD/lib/Session.cpp \
    $$PWD/lib/ShellCommand.cpp \
    $$PWD/lib/TerminalCharacterDecoder.cpp \
    $$PWD/lib/TerminalDisplay.cpp \
    $$PWD/lib/tools.cpp \
    $$PWD/lib/Vt102Emulation.cpp

#FORMS = $$PWD/lib/SearchBar.ui