mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-19 12:22:32 +00:00
Support 'app booster' on Harmattan. A method where apps are loaded in to existing Qt shells to speed startup time.
This commit is contained in:
parent
0c6c2d6542
commit
adb39a66c9
@ -4,7 +4,7 @@ Version=0.7.5
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=PPSSPP
|
||||
Exec=/opt/PPSSPP/bin/PPSSPPQt
|
||||
Exec=/usr/bin/invoker --type=d -s /opt/PPSSPP/bin/PPSSPPQt
|
||||
Icon=/usr/share/icons/hicolor/114x114/apps/icon-114.png
|
||||
X-Window-Icon=
|
||||
X-HildonDesk-ShowInToolbar=true
|
||||
|
@ -93,6 +93,9 @@ contains(MEEGO_EDITION,harmattan) {
|
||||
icon.files = ../assets/icon-114.png
|
||||
icon.path = /usr/share/icons/hicolor/114x114/apps
|
||||
INSTALLS += target assets desktopfile icon
|
||||
ICON = ../assets/icon-114.png
|
||||
# Booster
|
||||
QMAKE_CXXFLAGS += -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
QMAKE_LFLAGS += -pie -rdynamic
|
||||
CONFIG += qt-boostable
|
||||
}
|
||||
|
||||
|
@ -636,7 +636,7 @@ static const char * credits[] = {
|
||||
"unknownbrackets",
|
||||
"xsacha",
|
||||
"raven02",
|
||||
"oioittf",
|
||||
"oioitff",
|
||||
"tpunix",
|
||||
"orphis",
|
||||
"sum2012",
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 8f8f65c45dc42ac2cd2fc7580082e5ffbfa2ae4a
|
||||
Subproject commit bff1115f0ccd861ee016e5d4027c25af8bffb5c2
|
Loading…
x
Reference in New Issue
Block a user