reanme file
This commit is contained in:
parent
9abb7fcf26
commit
f5a5bade28
@ -1,10 +1,9 @@
|
|||||||
find_package(Qt6 COMPONENTS Core REQUIRED)
|
find_package(Qt6 COMPONENTS Core REQUIRED)
|
||||||
|
|
||||||
add_executable(task3-chpt3ex12)
|
add_executable(task3-chpt3ex12-rd)
|
||||||
|
|
||||||
target_sources(task3-chpt3ex12 PRIVATE
|
target_sources(task3-chpt3ex12-rd PRIVATE
|
||||||
main.cpp)
|
main-rd.cpp)
|
||||||
|
|
||||||
target_link_libraries(task3-chpt3ex12 PRIVATE
|
target_link_libraries(task3-chpt3ex12-rd PRIVATE
|
||||||
Qt6::Core
|
Qt6::Core)
|
||||||
Qt6::Multimedia)
|
|
Loading…
Reference in New Issue
Block a user