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

Updates Scons and Qt projects to include new files.

This commit is contained in:
Thomas Harte 2020-07-23 23:14:10 -04:00
parent ee1d7eb61f
commit 84dcf9925b
2 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,7 @@ SOURCES += \
\
$$SRC/Outputs/*.cpp \
$$SRC/Outputs/CRT/*.cpp \
$$SRC/Outputs/ScanTargets/*.cpp \
$$SRC/Outputs/OpenGL/*.cpp \
$$SRC/Outputs/OpenGL/Primitives/*.cpp \
\
@ -201,6 +202,7 @@ HEADERS += \
$$SRC/Outputs/*.hpp \
$$SRC/Outputs/CRT/*.hpp \
$$SRC/Outputs/CRT/Internals/*.hpp \
$$SRC/Outputs/ScanTargets/*.hpp \
$$SRC/Outputs/OpenGL/*.hpp \
$$SRC/Outputs/OpenGL/Primitives/*.hpp \
$$SRC/Outputs/Speaker/*.hpp \

View File

@ -79,6 +79,7 @@ SOURCES += glob.glob('../../Machines/ZX8081/*.cpp')
SOURCES += glob.glob('../../Outputs/*.cpp')
SOURCES += glob.glob('../../Outputs/CRT/*.cpp')
SOURCES += glob.glob('../../Outputs/ScanTargets/*.cpp')
SOURCES += glob.glob('../../Outputs/OpenGL/*.cpp')
SOURCES += glob.glob('../../Outputs/OpenGL/Primitives/*.cpp')