Compare commits

..

No commits in common. "f5a5bade289636d6918dd2cd46f1dc1c398eb3d1" and "9ff5c03e6e5c09ce4c35af4438a75abf6c8e368f" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,10 @@
find_package(Qt6 COMPONENTS Core REQUIRED) find_package(Qt6 COMPONENTS Core REQUIRED)
add_executable(task3-chpt3ex12-rd) add_executable(task3-chpt3ex12)
target_sources(task3-chpt3ex12-rd PRIVATE target_sources(task3-chpt3ex12 PRIVATE
main-rd.cpp) main.cpp)
target_link_libraries(task3-chpt3ex12-rd PRIVATE target_link_libraries(task3-chpt3ex12 PRIVATE
Qt6::Core) Qt6::Core)

View File

@ -89,7 +89,6 @@ protected:
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
//QCoreApplication app(argc, argv); //QCoreApplication app(argc, argv);
QSemaphore lockC(1); QSemaphore lockC(1);
QSemaphore lockBC(0); QSemaphore lockBC(0);