|
36 | 36 | <Import Project="$(QtMsBuild)\qt_defaults.props" />
|
37 | 37 | </ImportGroup>
|
38 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
|
39 |
| - <QtInstall>6.8.3_msvc2022_64</QtInstall> |
40 |
| - <QtModules>core;gui;widgets;concurrent;opengl;openglwidgets</QtModules> |
| 39 | + <QtInstall>6.8.0_msvc2022_64</QtInstall> |
| 40 | + <QtModules>core;gui;widgets;concurrent</QtModules> |
41 | 41 | <QtBuildConfig>debug</QtBuildConfig>
|
42 | 42 | </PropertyGroup>
|
43 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
|
44 | 44 | <QtInstall>6.8.3-static_msvc2022_64</QtInstall>
|
45 |
| - <QtModules>core;gui;widgets;concurrent;opengl;openglwidgets</QtModules> |
| 45 | + <QtModules>core;gui;widgets;concurrent</QtModules> |
46 | 46 | <QtBuildConfig>release</QtBuildConfig>
|
47 | 47 | </PropertyGroup>
|
48 | 48 | <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
|
|
76 | 76 | <Link>
|
77 | 77 | <AdditionalDependencies>dwmapi.lib;shcore.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
78 | 78 | </Link>
|
79 |
| - <Manifest> |
80 |
| - <EnableDpiAwareness>false</EnableDpiAwareness> |
81 |
| - </Manifest> |
82 | 79 | </ItemDefinitionGroup>
|
83 | 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
84 | 81 | <ClCompile>
|
|
89 | 86 | <Link>
|
90 | 87 | <AdditionalDependencies>dwmapi.lib;shcore.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
91 | 88 | </Link>
|
92 |
| - <Manifest> |
93 |
| - <EnableDpiAwareness>false</EnableDpiAwareness> |
94 |
| - </Manifest> |
95 | 89 | </ItemDefinitionGroup>
|
96 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
|
97 | 91 | <ClCompile>
|
|
127 | 121 | <ClCompile Include="App\NativeRect.cpp" />
|
128 | 122 | <ClCompile Include="App\Logger.cpp" />
|
129 | 123 | <ClCompile Include="App\Font.cpp" />
|
130 |
| - <ClCompile Include="main.cpp" /> |
131 |
| - <ClCompile Include="Lib\QHotKey\qhotkey.cpp" /> |
132 |
| - <ClCompile Include="Lib\QHotKey\qhotkey_win.cpp" /> |
133 |
| - <ClCompile Include="App\Tray.cpp" /> |
134 |
| - <ClCompile Include="App\Util.cpp" /> |
| 124 | + <ClCompile Include="Shape\ShapeArrow.cpp" /> |
135 | 125 | <ClCompile Include="Shape\ShapeBase.cpp" />
|
| 126 | + <ClCompile Include="Shape\ShapeEllipse.cpp" /> |
| 127 | + <ClCompile Include="Shape\ShapeEraserLine.cpp" /> |
| 128 | + <ClCompile Include="Shape\ShapeEraserRect.cpp" /> |
| 129 | + <ClCompile Include="Shape\ShapeLine.cpp" /> |
| 130 | + <ClCompile Include="Shape\ShapeLineBase.cpp" /> |
| 131 | + <ClCompile Include="Shape\ShapeMosaicLine.cpp" /> |
| 132 | + <ClCompile Include="Shape\ShapeMosaicRect.cpp" /> |
| 133 | + <ClCompile Include="Shape\ShapeNumber.cpp" /> |
136 | 134 | <ClCompile Include="Shape\ShapeRect.cpp" />
|
137 | 135 | <ClCompile Include="Shape\ShapeRectBase.cpp" />
|
| 136 | + <ClCompile Include="Shape\ShapeText.cpp" /> |
| 137 | + <ClCompile Include="Shape\ShapeTextContainer.cpp" /> |
| 138 | + <ClCompile Include="Shape\ShapeTextInput.cpp" /> |
138 | 139 | <ClCompile Include="Tool\ColorCtrl.cpp" />
|
| 140 | + <ClCompile Include="main.cpp" /> |
| 141 | + <ClCompile Include="Lib\QHotKey\qhotkey.cpp" /> |
| 142 | + <ClCompile Include="Lib\QHotKey\qhotkey_win.cpp" /> |
| 143 | + <ClCompile Include="App\Tray.cpp" /> |
| 144 | + <ClCompile Include="Tool\PixelInfo.cpp" /> |
139 | 145 | <ClCompile Include="Tool\StrokeCtrl.cpp" />
|
140 | 146 | <ClCompile Include="Tool\ToolBase.cpp" />
|
141 | 147 | <ClCompile Include="Tool\ToolBtn.cpp" />
|
142 | 148 | <ClCompile Include="Tool\ToolMain.cpp" />
|
143 | 149 | <ClCompile Include="Tool\ToolSub.cpp" />
|
144 |
| - <ClCompile Include="Win\Box.cpp" /> |
145 |
| - <ClCompile Include="Win\Canvas.cpp" /> |
146 |
| - <ClCompile Include="Win\Magnifier.cpp" /> |
147 |
| - <ClCompile Include="Win\Mask.cpp" /> |
148 |
| - <ClCompile Include="Win\Bg.cpp" /> |
| 150 | + <ClCompile Include="App\Util.cpp" /> |
| 151 | + <ClCompile Include="Win\WinBase.cpp" /> |
| 152 | + <ClCompile Include="Win\WinBoard.cpp" /> |
| 153 | + <ClCompile Include="Win\WinBox.cpp" /> |
| 154 | + <ClCompile Include="Win\WinCanvas.cpp" /> |
| 155 | + <ClCompile Include="Win\WinFull.cpp" /> |
| 156 | + <ClCompile Include="Win\WinMask.cpp" /> |
| 157 | + <ClCompile Include="Win\WinPin.cpp" /> |
149 | 158 | </ItemGroup>
|
150 | 159 | <ItemGroup>
|
151 |
| - <QtMoc Include="Tool\StrokeCtrl.h" /> |
152 |
| - <QtMoc Include="Tool\ColorCtrl.h" /> |
153 |
| - <QtMoc Include="Shape\ShapeBase.h" /> |
154 |
| - <QtMoc Include="Shape\ShapeRect.h" /> |
155 |
| - <QtMoc Include="Shape\ShapeRectBase.h" /> |
156 |
| - <ClInclude Include="Tool\ToolBtn.h" /> |
157 |
| - <QtMoc Include="Tool\ToolSub.h" /> |
158 |
| - <QtMoc Include="Tool\ToolMain.h" /> |
159 |
| - <QtMoc Include="Tool\ToolBase.h" /> |
160 |
| - <QtMoc Include="Win\Mask.h" /> |
161 |
| - <QtMoc Include="Win\Magnifier.h" /> |
162 |
| - <QtMoc Include="Win\Canvas.h" /> |
163 |
| - <QtMoc Include="Win\Box.h" /> |
164 |
| - <QtMoc Include="Win\Bg.h" /> |
165 | 160 | <QtMoc Include="App\About.h" />
|
166 | 161 | <ClInclude Include="App\App.h" />
|
167 | 162 | <ClInclude Include="App\Util.h" />
|
| 163 | + <QtMoc Include="Win\WinBox.h" /> |
| 164 | + <QtMoc Include="Win\WinBoard.h" /> |
| 165 | + <QtMoc Include="Win\WinMask.h" /> |
| 166 | + <QtMoc Include="Win\WinCanvas.h" /> |
| 167 | + <QtMoc Include="Win\WinBase.h" /> |
| 168 | + <QtMoc Include="Tool\StrokeCtrl.h" /> |
| 169 | + <QtMoc Include="Tool\ColorCtrl.h" /> |
| 170 | + <QtMoc Include="Shape\ShapeBase.h" /> |
| 171 | + <QtMoc Include="Shape\ShapeArrow.h" /> |
168 | 172 | <ClInclude Include="App\NativeRect.h" />
|
169 | 173 | <ClInclude Include="App\Res.h" />
|
170 | 174 | <ClInclude Include="App\Font.h" />
|
|
186 | 190 | <ClInclude Include="Lib\spdlog\tweakme.h" />
|
187 | 191 | <ClInclude Include="Lib\spdlog\version.h" />
|
188 | 192 | <QtMoc Include="App\Logger.h" />
|
| 193 | + <ClInclude Include="Shape\ShapeEllipse.h" /> |
| 194 | + <QtMoc Include="Shape\ShapeRect.h" /> |
| 195 | + <QtMoc Include="Shape\ShapeNumber.h" /> |
| 196 | + <QtMoc Include="Shape\ShapeLine.h" /> |
| 197 | + <QtMoc Include="Shape\ShapeRectBase.h" /> |
| 198 | + <QtMoc Include="Shape\ShapeLineBase.h" /> |
| 199 | + <QtMoc Include="Shape\ShapeEraserRect.h" /> |
| 200 | + <QtMoc Include="Shape\ShapeEraserLine.h" /> |
| 201 | + <QtMoc Include="Shape\ShapeMosaicRect.h" /> |
| 202 | + <QtMoc Include="Shape\ShapeMosaicLine.h" /> |
| 203 | + <ClInclude Include="Shape\ShapeState.h" /> |
| 204 | + <QtMoc Include="Shape\ShapeText.h" /> |
| 205 | + <QtMoc Include="Shape\ShapeTextInput.h" /> |
| 206 | + <QtMoc Include="Tool\PixelInfo.h" /> |
| 207 | + <QtMoc Include="Tool\ToolBase.h" /> |
| 208 | + <QtMoc Include="Shape\ShapeTextContainer.h" /> |
| 209 | + <ClInclude Include="Tool\ToolBtn.h" /> |
| 210 | + <QtMoc Include="Tool\ToolMain.h" /> |
| 211 | + <QtMoc Include="Tool\ToolSub.h" /> |
| 212 | + <QtMoc Include="Win\WinPin.h" /> |
189 | 213 | <QtMoc Include="Lib\QHotKey\qhotkey_p.h" />
|
190 | 214 | <QtMoc Include="Lib\QHotKey\qhotkey.h" />
|
191 | 215 | <ClInclude Include="App\State.h" />
|
| 216 | + <QtMoc Include="Win\WinFull.h" /> |
192 | 217 | <QtMoc Include="App\Tray.h" />
|
193 | 218 | </ItemGroup>
|
194 | 219 | <ItemGroup>
|
195 | 220 | <None Include="Config\config.json" />
|
196 | 221 | <None Include="ReadMe.md" />
|
197 | 222 | <None Include="todo.md" />
|
| 223 | + <None Include="Doc\高亮窗口.md" /> |
198 | 224 | </ItemGroup>
|
199 | 225 | <ItemGroup>
|
200 | 226 | <Font Include="Config\iconfont.ttf" />
|
|
0 commit comments