From bbb70e611ac57b5a3665f37916966f1ecd2399f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Wed, 12 Jan 2022 15:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/shuttercali/project/LocationCali/CMakeLists.txt | 1 + othersoft/shuttercali/project/LocationCali/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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<";