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

Add to SDL and Qt builds.

This commit is contained in:
Thomas Harte 2023-11-15 11:02:44 -05:00
parent e927fd00d8
commit 1676ed9850
2 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,7 @@ SOURCES += \
$$SRC/Machines/MasterSystem/*.cpp \
$$SRC/Machines/MSX/*.cpp \
$$SRC/Machines/Oric/*.cpp \
$$SRC/Machines/PCCompatible/*.cpp \
$$SRC/Machines/Utility/*.cpp \
$$SRC/Machines/Sinclair/Keyboard/*.cpp \
$$SRC/Machines/Sinclair/ZX8081/*.cpp \
@ -232,6 +233,7 @@ HEADERS += \
$$SRC/Machines/MasterSystem/*.hpp \
$$SRC/Machines/MSX/*.hpp \
$$SRC/Machines/Oric/*.hpp \
$$SRC/Machines/PCCompatible/*.hpp \
$$SRC/Machines/Utility/*.hpp \
$$SRC/Machines/Sinclair/Keyboard/*.hpp \
$$SRC/Machines/Sinclair/ZX8081/*.hpp \

View File

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