diff --git a/othersoft/shuttercali/project/LocationCali/CMakeLists.txt b/othersoft/shuttercali/project/LocationCali/CMakeLists.txt index 3f78fd7..a616d76 100644 --- a/othersoft/shuttercali/project/LocationCali/CMakeLists.txt +++ b/othersoft/shuttercali/project/LocationCali/CMakeLists.txt @@ -38,6 +38,7 @@ qt5_use_modules(shutter_calibrate ${QT}) target_link_libraries(shutter_calibrate SeaBreeze) IF (WIN32) target_link_libraries(shutter_calibrate SeaBreeze) +target_link_libraries(shutter_calibrate seabreeze usb stdc++ m) ELSE () target_link_libraries(shutter_calibrate seabreeze usb stdc++ m) ENDIF () diff --git a/othersoft/shuttercali/project/LocationCali/main.cpp b/othersoft/shuttercali/project/LocationCali/main.cpp index b725eaa..213ec5d 100644 --- a/othersoft/shuttercali/project/LocationCali/main.cpp +++ b/othersoft/shuttercali/project/LocationCali/main.cpp @@ -6,7 +6,7 @@ #include"SensorQExPRO.h" #include #include -#include +#include QTextStream cout1(stdout, QIODevice::WriteOnly); void logout(QString str){ std::cout<";