![]() |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
I mean Kernel is upgraded to version 2.6.32. no 2.6.28 Differences between Fremantle and Harmattan http://harmattan-dev.nokia.com/unsta...omparison.html Source http://harmattan-dev.nokia.com/docs/...Fremantle.html |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
try this Download www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz Install CMake by running the following commands HTML Code:
./bootstrap --prefix=/usr \ HTML Code:
make install I did not try it but I hope it helps you Index of /files/v2.8 http://www.cmake.org/files/v2.8/ |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
|
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
Good luck I hope work with you http://harmattan-dev.nokia.com/docs/...html/main.html |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
I mean Kernel is upgraded to version 2.6.32. no 2.6.28 I found n900_kernel_2.6.37 http://nin101.uni.cx/N900/rescueOS/sourcecode/ can u Made maemo deb file to it |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
|
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
I know it's not need According to your words previously but i want u Give me Result of experience If it was useful |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
shows some find_package() samples. http://eiskaltdc.googlecode.com/svn-...CMakeLists.txt has a find_package() QtDeclarative variant (not sure whether that one applies here - depends on the Qt version you use). Given a successful result, then do something like: target_link_libraries(my_target ${QT_something_LIBRARIES}) (see the FindQt.cmake file content on which libraries result variable it provides). HTH! |
Re: [Help Needed] Porting applaucherd from MeeGo to Fremantle to speed up app start time and diminish the amount of RAM taken
Quote:
Code:
target_link_libraries(mdeclarativecache ${LIBDL} ${QT_QTCORE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES}) EDIT: Code:
target_link_libraries(mdeclarativecache ${LIBDL} ${QT_QTCORE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES} QtDeclarative) |
All times are GMT. The time now is 19:19. |
vBulletin® Version 3.8.8