View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#495
I made some changes to maemo-launcher so now its possible to always gain current working directory (instead /usr/bin) from argv and use invoker without full path to program. I didn't notice any qt applications which use maemo-launcher but maybe it will be useful for somebody.
I'm using:
Code:
QMAKE_CXXFLAGS += -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
QMAKE_LFLAGS += -pie -rdynamic
and
Code:
Q_DECL_EXPORT int main(int argc, char *argv[])
Is that enough? Launcher claims that starting some qml application it's faster about 400ms with qt booster.
Attached Files
File Type: txt maemo-launcher.diff.txt (3.3 KB, 167 views)
File Type: gz maemo-launcher_0.35-8+0m5.tar.gz (64.1 KB, 139 views)
File Type: deb maemo-launcher_0.35-8+0m5_armel.deb (65.7 KB, 179 views)
 

The Following 3 Users Say Thank You to elros34 For This Useful Post: