Add importing of single page .t42 files, wrt #2

This commit is contained in:
G.K.MacGregor
2021-08-15 19:03:40 +01:00
parent 798630bd50
commit 1e943c3f26
5 changed files with 389 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ QT += widgets
requires(qtConfig(filedialog))
HEADERS = document.h \
hamming.h \
keymap.h \
levelonecommands.h \
levelonepage.h \
@@ -37,6 +38,8 @@ SOURCES = document.cpp \
x26triplets.cpp
RESOURCES = qteletextmaker.qrc
CONFIG += debug
# install
target.path = /usr/local/bin
INSTALLS += target