qmlarkdown: add a preliminary version

It is far from complete but I did use it already to revamp github repos

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-10-30 14:21:21 +01:00
parent 83d0d2b714
commit 1c039b02d1
2 changed files with 21 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ DEPENDS = " \
"
SRC_URI = "gitsm://github.com/schnitzeltony/markdown-qt.git"
SRCREV = "1e514ed17ca16986dce0302f09bca0191765c591"
SRCREV = "75919117ee0e18ad053ebf9f0956167f44c9e50f"
PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git"

View File

@@ -0,0 +1,20 @@
SUMMARY = "Simple WYSIWYG CommonMark(down) editor "
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
"
DEPENDS = " \
cmark \
qtbase \
qtdeclarative \
qtquickcontrols2 \
qtwebengine \
"
SRC_URI = "gitsm://github.com/schnitzeltony/qmlarkdown.git"
SRCREV = "2ccb24c4c48b80589f59d95f511f54ea8cc06801"
PV = "0.0.0+git${SRCPV}"
S = "${WORKDIR}/git"
inherit cmake_qt5