diff options
Diffstat (limited to 'recipes-qt/automotive/qtwebbrowser_git.bb')
-rw-r--r-- | recipes-qt/automotive/qtwebbrowser_git.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes-qt/automotive/qtwebbrowser_git.bb b/recipes-qt/automotive/qtwebbrowser_git.bb deleted file mode 100644 index 25494bf..0000000 --- a/recipes-qt/automotive/qtwebbrowser_git.bb +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | ############################################################################## | ||
2 | ## | ||
3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
4 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | ||
6 | ## This file is part of the Boot to Qt meta layer. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
9 | ## | ||
10 | ## Commercial License Usage | ||
11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
12 | ## accordance with the commercial license agreement provided with the | ||
13 | ## Software or, alternatively, in accordance with the terms contained in | ||
14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## $QT_END_LICENSE$ | ||
19 | ## | ||
20 | ############################################################################## | ||
21 | |||
22 | DESCRIPTION = "Qt Web Browser" | ||
23 | LICENSE = "GPLv3" | ||
24 | LIC_FILES_CHKSUM = "file://src/main.cpp;md5=e78c6c33aa5ec2464456b72daf61ef9c;beginline=1;endline=36" | ||
25 | |||
26 | inherit qmake5 sdk-sources | ||
27 | |||
28 | SRC_URI = " \ | ||
29 | git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtwebbrowser \ | ||
30 | " | ||
31 | |||
32 | SRCREV = "2e18b419a7084b1e39bf8749855768a1002e34de" | ||
33 | BRANCH = "dev" | ||
34 | |||
35 | S = "${WORKDIR}/git" | ||
36 | |||
37 | DEPENDS = "qtbase qtdeclarative qtwebengine" | ||
38 | |||
39 | FILES_${PN} += "/data/user/qt/qtwebbrowser" | ||
40 | FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser/.debug" | ||