Changed folder structure
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 859 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 994 B |
16
resources/qcma.desktop
Normal 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
@@ -0,0 +1 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "resources/qcma.ico"
|
11
resources/qcmares.qrc
Normal 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>
|