File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ include(../../api/terminalapi/terminalapi.pri)
66include (../../utils/vterm/vterm.pri )
77include (../../utils/tabwidget/tabwidget.pri )
88
9-
109DEFINES += TERMINAL_LIBRARY
1110
1211win32 {
Original file line number Diff line number Diff line change 1- LIBS *= -l $$qtLibraryName (vterm )
1+ LIBS *= -l $$qtLibraryName (vtermwidget )
22LIBS *= -l $$qtLibraryName (libvterm )
33LIBS *= -l $$qtLibraryName (ptyqt )
44
5-
6-
7-
Original file line number Diff line number Diff line change 1- TARGET = vterm
1+ TARGET = vtermwidget
22TEMPLATE = lib
33CONFIG += staticlib
44
Original file line number Diff line number Diff line change 2424#ifndef VTERMWIDGETBASE_H
2525#define VTERMWIDGETBASE_H
2626
27+ extern " C" {
28+ #include " libvterm/include/vterm.h"
29+ }
30+
2731#include < QAbstractScrollArea>
2832#include < QBasicTimer>
2933#include < QDebug>
3034
31- extern " C" {
32- #include " libvterm/include/vterm.h"
33- }
3435
3536typedef struct
3637{
You can’t perform that action at this time.
0 commit comments