mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Updates Scons and Qt projects to include new files.
This commit is contained in:
parent
ee1d7eb61f
commit
84dcf9925b
@ -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 \
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user