Skip to content
Snippets Groups Projects
Commit e791b816 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Albert Babí Oller
Browse files

chatview: avoid fixed paths and windows dependent names

Change-Id: Ie14cd8423e5d8e284a08f66df224ef426fdc00da
parent a82c5c1a
No related branches found
No related tags found
No related merge requests found
......@@ -376,6 +376,7 @@ SET(libringclient_api_LIB_HDRS
SET(libringclient_WEB_chatview
src/web-chatview/.eslintrc.json
src/web-chatview/chatview-gnome.css
src/web-chatview/chatview-qt.css
src/web-chatview/chatview.css
src/web-chatview/chatview.html
src/web-chatview/chatview.js
......@@ -649,6 +650,11 @@ INSTALL( FILES ${libringclient_WEB_chatview}
COMPONENT Devel
)
INSTALL( FILES src/webresource.qrc
DESTINATION ${INCLUDE_INSTALL_DIR}/libringclient
COMPONENT Devel
)
INSTALL( FILES ${libringclient_extensions_LIB_HDRS}
DESTINATION ${INCLUDE_INSTALL_DIR}/libringclient/extensions
COMPONENT Devel
......
<RCC>
<qresource prefix="/">
<file alias="chatview.css">web-chatview/chatview.css</file>
<file alias="chatview.html">web-chatview/chatview.html</file>
<file alias="chatview.js">web-chatview/chatview.js</file>
<file alias="linkify.js">web-chatview/linkify.js</file>
<file alias="linkify-html.js">web-chatview/linkify-html.js</file>
<file alias="linkify-string.js">web-chatview/linkify-string.js</file>
<file alias="qwebchannel.js">web-chatview/qwebchannel.js</file>
<file alias="chatview-windows.css">web-chatview/chatview-qt.css</file>
</qresource>
</RCC>
<RCC>
<qresource prefix="/">
<file alias="chatview.css">src/web-chatview/chatview.css</file>
<file alias="chatview.html">src/web-chatview/chatview.html</file>
<file alias="chatview.js">src/web-chatview/chatview.js</file>
<file alias="linkify.js">src/web-chatview/linkify.js</file>
<file alias="linkify-html.js">src/web-chatview/linkify-html.js</file>
<file alias="linkify-string.js">src/web-chatview/linkify-string.js</file>
<file alias="qwebchannel.js">src/web-chatview/qwebchannel.js</file>
<file alias="chatview-windows.css">src/web-chatview/chatview-windows.css</file>
</qresource>
</RCC>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment