Skip to content

Commit

Permalink
fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Apr 22, 2020
1 parent e3f41b3 commit 275dd21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion liteidex/src/plugins/terminal/terminal.pro
Expand Up @@ -6,7 +6,6 @@ include(../../api/terminalapi/terminalapi.pri)
include(../../utils/vterm/vterm.pri)
include(../../utils/tabwidget/tabwidget.pri)


DEFINES += TERMINAL_LIBRARY

win32 {
Expand Down
5 changes: 1 addition & 4 deletions liteidex/src/utils/vterm/vterm.pri
@@ -1,7 +1,4 @@
LIBS *= -l$$qtLibraryName(vterm)
LIBS *= -l$$qtLibraryName(vtermwidget)
LIBS *= -l$$qtLibraryName(libvterm)
LIBS *= -l$$qtLibraryName(ptyqt)




2 changes: 1 addition & 1 deletion liteidex/src/utils/vterm/vterm.pro
@@ -1,4 +1,4 @@
TARGET = vterm
TARGET = vtermwidget
TEMPLATE = lib
CONFIG += staticlib

Expand Down
7 changes: 4 additions & 3 deletions liteidex/src/utils/vterm/vtermwidgetbase.h
Expand Up @@ -24,13 +24,14 @@
#ifndef VTERMWIDGETBASE_H
#define VTERMWIDGETBASE_H

extern "C" {
#include "libvterm/include/vterm.h"
}

#include <QAbstractScrollArea>
#include <QBasicTimer>
#include <QDebug>

extern "C" {
#include "libvterm/include/vterm.h"
}

typedef struct
{
Expand Down

0 comments on commit 275dd21

Please sign in to comment.