right dependency division

This commit is contained in:
leca 2025-03-20 22:01:53 +03:00
parent 17fd9da3e6
commit 229a6bcc9e
2 changed files with 3 additions and 1 deletions

View File

@ -116,6 +116,9 @@ endif()
if (BUILD_OFD_BINARYEYE_SCAN OR BUILD_OFD_LOCAL_QR_SCAN)
list(APPEND PROJECT_SOURCES exceptions/ofdrequestexception.h exceptions/ofdrequestexception.cpp)
endif()
if (BUILD_OFD_BINARYEYE_SCAN)
list(APPEND PROJECT_SOURCES http_server/http_server.h http_server/http_server.cpp)
endif()

View File

@ -99,7 +99,6 @@ void OFDScene::on_stop_server_button_clicked() {
}
void OFDScene::httpNewMessageHandler(QString message) {
// std::cout << message << std::endl;
std::string parametersString = split(message.toStdString(), " ")[1];
//erase /?result= from the string