diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/images/countries/nl.png | bin | 0 -> 453 bytes | |||
-rw-r--r-- | data/images/countries/tr.png | bin | 0 -> 492 bytes | |||
-rw-r--r-- | data/images/countries/us.png | bin | 0 -> 609 bytes | |||
-rw-r--r-- | data/resources/eipstatus.qrc | 7 |
4 files changed, 7 insertions, 0 deletions
diff --git a/data/images/countries/nl.png b/data/images/countries/nl.png Binary files differnew file mode 100644 index 00000000..fe44791e --- /dev/null +++ b/data/images/countries/nl.png diff --git a/data/images/countries/tr.png b/data/images/countries/tr.png Binary files differnew file mode 100644 index 00000000..be32f77e --- /dev/null +++ b/data/images/countries/tr.png diff --git a/data/images/countries/us.png b/data/images/countries/us.png Binary files differnew file mode 100644 index 00000000..10f451fe --- /dev/null +++ b/data/images/countries/us.png diff --git a/data/resources/eipstatus.qrc b/data/resources/eipstatus.qrc new file mode 100644 index 00000000..5d0f2924 --- /dev/null +++ b/data/resources/eipstatus.qrc @@ -0,0 +1,7 @@ +<RCC> + <qresource prefix="/"> + <file>../images/countries/nl.png</file> + <file>../images/countries/tr.png</file> + <file>../images/countries/us.png</file> + </qresource> +</RCC> |