Revision | 532f8dc6ec8e7fb9ed98deb2c43beead9b59658a (tree) |
---|---|
Time | 2022-11-19 19:43:02 |
Author | Fs <Fsu0413@vip....> |
Commiter | Fs |
name redefined
@@ -60,8 +60,9 @@ Dim target_qtconfold | ||
60 | 60 | Set target_qtconf = fso.OpenTextFile(PATH_TO_TARGET & "\bin\target_qt.conf.new", 2, True) |
61 | 61 | Set target_qtconfold = fso.OpenTextFile(PATH_TO_TARGET & "\bin\target_qt.conf", 1, False) |
62 | 62 | |
63 | +Dim line | |
64 | + | |
63 | 65 | Do until target_qtconfold.AtEndOfStream |
64 | - Dim line | |
65 | 66 | line = target_qtconfold.ReadLine |
66 | 67 | If Left(line, 11) = "HostPrefix=" Then line = "HostPrefix=../host" |
67 | 68 | If Left(line, 9) = "HostData=" Then line = "HostData=.." |
@@ -82,7 +83,6 @@ Set Qt6Dependencies_cmake = fso.OpenTextFile(PATH_TO_TARGET & "\lib\cmake\Qt6\Qt | ||
82 | 83 | Set Qt6Dependencies_cmakeold = fso.OpenTextFile(PATH_TO_TARGET & "\lib\cmake\Qt6\Qt6Dependencies.cmake", 1, False) |
83 | 84 | |
84 | 85 | Do until Qt6Dependencies_cmakeold.AtEndOfStream |
85 | - Dim line | |
86 | 86 | line = Qt6Dependencies_cmakeold.ReadLine |
87 | 87 | If Left(Trim(line), 38) = "set(__qt_platform_initial_qt_host_path" Then line = "set(__qt_platform_initial_qt_host_path ""${Qt6_DIR}/../../../host"")" |
88 | 88 | If Left(Trim(line), 48) = "set(__qt_platform_initial_qt_host_path_cmake_dir" Then line = "set(__qt_platform_initial_qt_host_path_cmake_dir ""${Qt6_DIR}/../../../host/lib/cmake"")" |