Moved standard icons to blackmisc. Blackmisc is using module GUI anyway,

so this creates no new dependency.
This commit is contained in:
Klaus Basan
2014-02-04 13:55:41 +01:00
committed by Mathew Sutcliffe
parent 4a77ee5fc4
commit 4ec1db4b38
9 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
# quick is required for metadata registration
QT += network dbus gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View File

@@ -10,11 +10,5 @@
<file>icons/close.png</file>
<file>icons/aircraftdeparture.png</file>
<file>icons/apronsmall.jpg</file>
<file>iconsQt/critical.png</file>
<file>iconsQt/ico_note.png</file>
<file>iconsQt/ico_note_attention.png</file>
<file>iconsQt/question.png</file>
<file>iconsQt/warning.png</file>
<file>iconsQt/information.png</file>
</qresource>
</RCC>

View File

@@ -1,7 +1,13 @@
<RCC>
<qresource prefix="/">
<qresource prefix="/blackmisc">
<file>translations/blackmisc_i18n_de.qm</file>
<file>translations/blackmisc_i18n_fr.qm</file>
<file>translations/blackmisc_i18n_en.qm</file>
<file>icons/critical.png</file>
<file>icons/ico_note.png</file>
<file>icons/ico_note_attention.png</file>
<file>icons/information.png</file>
<file>icons/question.png</file>
<file>icons/warning.png</file>
</qresource>
</RCC>

View File

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 253 B

View File

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 649 B

View File

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 529 B

View File

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 254 B

View File

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B