autotyper/AutoTyper.pro

25 lines
411 B
Prolog
Raw Normal View History

2019-10-26 13:16:22 +00:00
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
LIBS += -lX11 -lXtst
INCLUDEPATH += Libs/dtl-1.19
SOURCES += \
main.cpp \
typer.cpp \
stringutils.cpp \
keyhandler.cpp \
vimtyper.cpp \
xkeyhandler.cpp \
humanizerkeyhandler.cpp
HEADERS += \
stringutils.h \
typer.h \
keyhandler.h \
vimtyper.h \
xkeyhandler.h \
humanizerkeyhandler.h