mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Initial support for system monospace fonts.
This commit is contained in:
@@ -4,10 +4,12 @@ TARGET = cool-retro-term
|
||||
DESTDIR = $$OUT_PWD/../
|
||||
|
||||
HEADERS += \
|
||||
fileio.h
|
||||
fileio.h \
|
||||
monospacefontmanager.h
|
||||
|
||||
SOURCES = main.cpp \
|
||||
fileio.cpp
|
||||
fileio.cpp \
|
||||
monospacefontmanager.cpp
|
||||
|
||||
macx:ICON = icons/crt.icns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user