File tree 6 files changed +19
-5
lines changed
6 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ DISTFILES += \
49
49
../Installer/config/config.xml \
50
50
../Installer/packages/com.vendor.product/meta/license.txt \
51
51
../Installer/packages/com.vendor.product/meta/package.xml \
52
+ Installer/config/Style.qss \
53
+ Installer/config/background.png \
54
+ Installer/config/config.xml \
55
+ Installer/packages/com.vendor.product/meta/license.txt \
56
+ Installer/packages/com.vendor.product/meta/package.xml \
52
57
android/AndroidManifest.xml \
53
58
android/build.gradle \
54
59
android/gradle.properties \
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE QtCreatorProject >
3
- <!-- Written by QtCreator 9.0.84, 2023-03-27T18:26:40 . -->
3
+ <!-- Written by QtCreator 9.0.84, 2023-03-28T11:28:49 . -->
4
4
<qtcreator >
5
5
<data >
6
6
<variable >EnvironmentId</variable >
90
90
<value type =" QString" key =" ProjectExplorer.ProjectConfiguration.DefaultDisplayName" >Desktop Qt 6.6.0 MSVC2019 64bit</value >
91
91
<value type =" QString" key =" ProjectExplorer.ProjectConfiguration.DisplayName" >Desktop Qt 6.6.0 MSVC2019 64bit</value >
92
92
<value type =" QString" key =" ProjectExplorer.ProjectConfiguration.Id" >qt.qt6.dev.win64_msvc2019_64_kit</value >
93
- <value type =" qlonglong" key =" ProjectExplorer.Target.ActiveBuildConfiguration" >1 </value >
93
+ <value type =" qlonglong" key =" ProjectExplorer.Target.ActiveBuildConfiguration" >3 </value >
94
94
<value type =" qlonglong" key =" ProjectExplorer.Target.ActiveDeployConfiguration" >0</value >
95
95
<value type =" qlonglong" key =" ProjectExplorer.Target.ActiveRunConfiguration" >0</value >
96
96
<valuemap type =" QVariantMap" key =" ProjectExplorer.Target.BuildConfiguration.0" >
337
337
<value type =" bool" key =" RunConfiguration.UseLibrarySearchPath" >true</value >
338
338
<value type =" bool" key =" RunConfiguration.UseQmlDebugger" >false</value >
339
339
<value type =" bool" key =" RunConfiguration.UseQmlDebuggerAuto" >true</value >
340
- <value type =" QString" key =" RunConfiguration.WorkingDirectory.default" >C:/Users/chris/Documents/QtSource/HSC/build-HSC-Desktop_Qt_6_6_0_MSVC2019_64bit-Release </value >
340
+ <value type =" QString" key =" RunConfiguration.WorkingDirectory.default" >C:/Users/chris/Documents/QtSource/HSC/build-HSC-Desktop_Qt_6_6_0_MSVC2019_64bit-Install </value >
341
341
</valuemap >
342
342
<value type =" qlonglong" key =" ProjectExplorer.Target.RunConfigurationCount" >1</value >
343
343
</valuemap >
Original file line number Diff line number Diff line change
1
+ QFrame, QLabel, QToolTip {
2
+ border: 0px;
3
+ background-color: transparent;
4
+ background-image: background.png
5
+ }
Original file line number Diff line number Diff line change 6
6
<Publisher >SoftwareOnHand</Publisher >
7
7
<StartMenuDir >HeroSystem SpeedChart</StartMenuDir >
8
8
<TargetDir >@ApplicationsDirX64@/HeroSystem-SpeedChart</TargetDir >
9
- <RunProgram >@TargetDir@/HeroSystem SpeedChart</RunProgram >
10
- <RunProgramDescription >Run "HeroSystem SpeedChart"</RunProgramDescription >
9
+ <RunProgram >@TargetDir@/HeroSystem SpeedChart</RunProgram >
10
+ <RunProgramDescription >Run "HeroSystem SpeedChart"</RunProgramDescription >
11
+ <Background >background.png</Background >
12
+ <WizardStyle >Mac</WizardStyle >
13
+ <WizardShowPageList >false</WizardShowPageList >
14
+ <StyleSheet >Style.qss</StyleSheet >
11
15
</Installer >
You can’t perform that action at this time.
0 commit comments