Skip to content
Snippets Groups Projects
Commit c7fdf3ff authored by Amin Bandali's avatar Amin Bandali
Browse files

misc: move application sources from 'src/' to 'src/app/'

In preparation for vendoring libjamiclient into 'src/libclient/'.

GitLab: #734
Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
parent cbde5d90
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -265,7 +265,7 @@ Loader {
id: avComp
Loader {
Component.onCompleted: {
var qml = WITH_WEBENGINE ? "qrc:/src/commoncomponents/MediaPreviewBase.qml" : "qrc:/src/nowebengine/MediaPreviewBase.qml"
var qml = WITH_WEBENGINE ? "qrc:/src/app/commoncomponents/MediaPreviewBase.qml" : "qrc:/src/app/nowebengine/MediaPreviewBase.qml"
setSource( qml, { isVideo: mediaInfo.isVideo, html:mediaInfo.html } )
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment