1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Update Qt and SDL build files.

This commit is contained in:
Thomas Harte 2021-03-19 11:19:10 -04:00
parent a482ce1546
commit 84774a7910
2 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,7 @@ SOURCES += \
$$SRC/Machines/MSX/*.cpp \
$$SRC/Machines/Oric/*.cpp \
$$SRC/Machines/Utility/*.cpp \
$$SRC/Machines/Sinclair/Keyboard/*.cpp \
$$SRC/Machines/Sinclair/ZX8081/*.cpp \
$$SRC/Machines/Sinclair/ZXSpectrum/*.cpp \
\
@ -215,6 +216,7 @@ HEADERS += \
$$SRC/Machines/MSX/*.hpp \
$$SRC/Machines/Oric/*.hpp \
$$SRC/Machines/Utility/*.hpp \
$$SRC/Machines/Sinclair/Keyboard/*.hpp \
$$SRC/Machines/Sinclair/ZX8081/*.hpp \
$$SRC/Machines/Sinclair/ZXSpectrum/*.hpp \
\

View File

@ -83,6 +83,7 @@ SOURCES += glob.glob('../../Machines/MasterSystem/*.cpp')
SOURCES += glob.glob('../../Machines/MSX/*.cpp')
SOURCES += glob.glob('../../Machines/Oric/*.cpp')
SOURCES += glob.glob('../../Machines/Utility/*.cpp')
SOURCES += glob.glob('../../Machines/Sinclair/Keyboard/*.cpp')
SOURCES += glob.glob('../../Machines/Sinclair/ZX8081/*.cpp')
SOURCES += glob.glob('../../Machines/Sinclair/ZXSpectrum/*.cpp')