Skip to content

Commit

Permalink
pro添加新添加的类
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Jul 20, 2021
1 parent b1db640 commit 0311941
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions GenshinImpactNaturalLaw/GenshinImpactNaturalLaw.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ MOC_DIR += .
OBJECTS_DIR += release
UI_DIR += .
RCC_DIR += .
HEADERS += ./ModulesManager.h \
HEADERS += ./SingleApplication.h\
./ModulesManager.h \
./VersionNumber.h \
./DownloadManager.h \
./resource.h \
Expand All @@ -22,7 +23,8 @@ HEADERS += ./ModulesManager.h \
./QtWidgetsSetting.h \
./UpdataModule.h \
./QtWidgetsMessageBox.h
SOURCES += ./DownloadManager.cpp \
SOURCES += ./SingleApplication.cpp\
./DownloadManager.cpp \
./ModulesManager.cpp \
./QtWidgetsMessageBox.cpp \
./QtWidgetsSetting.cpp \
Expand Down
3 changes: 3 additions & 0 deletions GenshinImpactNaturalLaw/GenshinImpactNaturalLaw.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
<ItemGroup>
<ResourceCompile Include="GenshinImpactNaturalLawIcon.rc" />
</ItemGroup>
<ItemGroup>
<None Include="GenshinImpactNaturalLaw.pro" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
<Import Project="$(QtMsBuild)\qt.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,7 @@
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<None Include="GenshinImpactNaturalLaw.pro" />
</ItemGroup>
</Project>

0 comments on commit 0311941

Please sign in to comment.