install(FILES ${CMAKE_BINARY_DIR}/${PACKAGE_NAME}.xml DESTINATION ${MANIFESTDIR})
# install desktop file & icon
install(FILES ${CMAKE_SOURCE_DIR}/org.tizen.browser.png DESTINATION ${ICONDIR})
-install(FILES ${CMAKE_SOURCE_DIR}/apps_img_web_default_4x2.png DESTINATION ${ICONDIR})
# install certs
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/certs/ DESTINATION ${CERTS_DIR})
endif(TIZEN_BUILD)
<label>Internet</label>
<icon>org.tizen.browser.png</icon>
<description>Web Browser Application</description>
- <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true" landscape-effectimage="@ICONDIR@/apps_img_web_default_4x2.png">
+ <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true">
<label>Internet</label>
<icon>org.tizen.browser.png</icon>
<label xml:lang="ar-ae">الإنترنت</label>
<label>Internet</label>
<icon>org.tizen.browser.png</icon>
<description>Web Browser Application</description>
- <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true" landscape-effectimage="@ICONDIR@/apps_img_web_default_4x2.png">
+ <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true">
<label>Internet</label>
<icon>org.tizen.browser.png</icon>
<label xml:lang="ar-ae">الإنترنت</label>
%files
%manifest org.tizen.browser.manifest
%{_icondir}/org.tizen.browser.png
-%{_icondir}/apps_img_web_default_4x2.png
%{_manifestdir}/%{name}.xml
%defattr(-,root,root,-)
%{_appdir}/bin/browser
if(TIZEN_BUILD)
target_link_libraries(${PROJECT_NAME} ${pkgs_LDFLAGS})
- target_link_libraries(${PROJECT_NAME} boost_thread)
endif(TIZEN_BUILD)
install(TARGETS ${PROJECT_NAME}
add_library(${PROJECT_NAME} SHARED ${WebEngineService_SRCS})
target_link_libraries(${PROJECT_NAME} ${EFL_LDFLAGS})
target_link_libraries(${PROJECT_NAME} ${EWEBKIT2_LDFLAGS})
-target_link_libraries(${PROJECT_NAME} boost_regex)
-target_link_libraries(${PROJECT_NAME} boost_thread)
install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION services