Initial commit.

This commit is contained in:
G.K.MacGregor
2020-09-06 16:47:38 +01:00
commit c24505796a
41 changed files with 6826 additions and 0 deletions

31
qteletextmaker.pro Normal file
View File

@@ -0,0 +1,31 @@
QT += widgets
requires(qtConfig(filedialog))
HEADERS = document.h \
mainwidget.h \
mainwindow.h \
page.h \
pageoptionsdockwidget.h \
palettedockwidget.h \
render.h \
x26dockwidget.h \
x26model.h \
x26triplets.h \
x28dockwidget.h
SOURCES = document.cpp \
main.cpp \
mainwidget.cpp \
mainwindow.cpp \
pageoptionsdockwidget.cpp \
palettedockwidget.cpp \
page.cpp \
render.cpp \
x26dockwidget.cpp \
x26model.cpp \
x26triplets.cpp \
x28dockwidget.cpp
RESOURCES = qteletextmaker.qrc
# install
target.path = /usr/local/bin
INSTALLS += target