Compare commits
No commits in common. "f5a5bade289636d6918dd2cd46f1dc1c398eb3d1" and "9ff5c03e6e5c09ce4c35af4438a75abf6c8e368f" have entirely different histories.
f5a5bade28
...
9ff5c03e6e
@ -1,9 +1,10 @@
|
||||
|
||||
find_package(Qt6 COMPONENTS Core REQUIRED)
|
||||
|
||||
add_executable(task3-chpt3ex12-rd)
|
||||
add_executable(task3-chpt3ex12)
|
||||
|
||||
target_sources(task3-chpt3ex12-rd PRIVATE
|
||||
main-rd.cpp)
|
||||
target_sources(task3-chpt3ex12 PRIVATE
|
||||
main.cpp)
|
||||
|
||||
target_link_libraries(task3-chpt3ex12-rd PRIVATE
|
||||
target_link_libraries(task3-chpt3ex12 PRIVATE
|
||||
Qt6::Core)
|
@ -89,7 +89,6 @@ protected:
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
//QCoreApplication app(argc, argv);
|
||||
|
||||
QSemaphore lockC(1);
|
||||
QSemaphore lockBC(0);
|
||||
|
Loading…
Reference in New Issue
Block a user