right dependency division
This commit is contained in:
parent
17fd9da3e6
commit
229a6bcc9e
|
@ -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()
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue