Browse Source

V1.1
1、移动至Linux版本

Apple 1 month ago
parent
commit
18883e0713
2 changed files with 2 additions and 2 deletions
  1. 1 1
      TransmitterSwitch/CMakeLists.txt
  2. 1 1
      show1/CMakeLists.txt

+ 1 - 1
TransmitterSwitch/CMakeLists.txt

@@ -85,7 +85,7 @@ target_include_directories(${lib_name} PRIVATE
 target_link_libraries(${lib_name} PRIVATE
     Qt5::Widgets
     Qt5::Core
-    Qt5::Network
+    # Qt5::Network
 )
 
 #链接外部库

+ 1 - 1
show1/CMakeLists.txt

@@ -34,7 +34,7 @@ target_include_directories(${execName1} PRIVATE
 target_link_libraries(${execName1} PRIVATE
     Qt5::Widgets
     Qt5::Core
-    Qt5::Network
+    # Qt5::Network
 )
 
 #链接外部库