Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alsweider <30653982+Alsweider@users.noreply.github.com>
  • Loading branch information
Alsweider committed Mar 24, 2024
1 parent 5d8ba63 commit db022de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Laudesregiae.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin

RESOURCES += \
ressourcen.qrc

RC_ICONS += \
Logo.ico

VERSION = 0.6.2

Binary file added Logo.ico
Binary file not shown.
10 changes: 8 additions & 2 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>Laudesregiae v0.6.1</string>
<string>Laudesregiae v0.6.2</string>
</property>
<property name="windowIcon">
<iconset resource="ressourcen.qrc">
<normaloff>:/new/ressourcen/Logo.ico</normaloff>:/new/ressourcen/Logo.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true"/>
Expand Down Expand Up @@ -51,6 +55,8 @@ color: rgb(170, 0, 0);
</layout>
</widget>
</widget>
<resources/>
<resources>
<include location="ressourcen.qrc"/>
</resources>
<connections/>
</ui>
1 change: 1 addition & 0 deletions ressourcen.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/new/ressourcen">
<file>carolingia.ttf</file>
<file>Logo.ico</file>
</qresource>
</RCC>

0 comments on commit db022de

Please sign in to comment.