Changed folder structure

This commit is contained in:
Xian Nox
2013-12-16 10:34:48 +01:00
parent e89e636a72
commit efced3781c
69 changed files with 83 additions and 80 deletions

View File

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 859 B

View File

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 387 B

View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

16
resources/qcma.desktop Normal file
View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Encoding=UTF-8
Exec=qcma
GenericName=Content Manager Assistant
GenericName[es]=Asistente del Gestor de Contenido
Comment=Content Manager Assistant for the PS Vita
Comment[es]=Asistente del Gestor de Contenido para PS Vita
Icon=qcma.png
Name=QCMA
Path=
StartupNotify=false
Terminal=false
Type=Application
Version=1.0
X-KDE-SubstituteUID=false
Categories=Qt;Utility;

1
resources/qcma.rc Normal file
View File

@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "resources/qcma.ico"

11
resources/qcmares.qrc Normal file
View File

@@ -0,0 +1,11 @@
<RCC>
<qresource prefix="/main">
<file>xml/psp2-updatelist.xml</file>
<file>translations/qcma.es.qm</file>
<file>translations/qcma.ja.qm</file>
<file>images/psv_icon.png</file>
<file>images/psv_icon_16.png</file>
<file>images/qcma.png</file>
<file>images/edit-clear-locationbar-rtl.png</file>
</qresource>
</RCC>