diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:50:37 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:50:37 +0200 |
| commit | 3fa7bb148ed40bd018ce51b5f20c0c8792638568 (patch) | |
| tree | dc7b2847822189d5c0cbc7195fbca3556d6aa6a2 /conf | |
| parent | 17eb158c6d2cd290b054b5bd54311aa44a02d04d (diff) | |
| download | meta-qt5-3fa7bb148ed40bd018ce51b5f20c0c8792638568.tar.gz | |
qt5: drop recipes for 5.4.1 version
* we don't plan to keep 2 versions, one from tarballs and one from git
now there is 5.4.2 in git recipes and 5.4.1 tarballs aren't very useful
anymore
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/include/qt5-versions.inc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc deleted file mode 100644 index d3676761..00000000 --- a/conf/distro/include/qt5-versions.inc +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | # Select which version you prefer by defining QT5_VERSION and including this file | ||
| 2 | # possible values now "5.4.1", "5.4.1+git%" | ||
| 3 | |||
| 4 | QT5_VERSION ?= "5.4.1" | ||
| 5 | |||
| 6 | PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" | ||
| 7 | PREFERRED_VERSION_qtbase = "${QT5_VERSION}" | ||
| 8 | PREFERRED_VERSION_nativesdk-qtbase = "${QT5_VERSION}" | ||
| 9 | PREFERRED_VERSION_qtdeclarative = "${QT5_VERSION}" | ||
| 10 | PREFERRED_VERSION_qtconnectivity = "${QT5_VERSION}" | ||
| 11 | PREFERRED_VERSION_qtenginio = "${QT5_VERSION}" | ||
| 12 | PREFERRED_VERSION_qtjsbackend = "${QT5_VERSION}" | ||
| 13 | PREFERRED_VERSION_qtjsbackend-native = "${QT5_VERSION}" | ||
| 14 | PREFERRED_VERSION_qtgraphicaleffects = "${QT5_VERSION}" | ||
| 15 | PREFERRED_VERSION_qtimageformats = "${QT5_VERSION}" | ||
| 16 | PREFERRED_VERSION_qtlocation = "${QT5_VERSION}" | ||
| 17 | PREFERRED_VERSION_qtmultimedia = "${QT5_VERSION}" | ||
| 18 | PREFERRED_VERSION_qtquick1 = "${QT5_VERSION}" | ||
| 19 | PREFERRED_VERSION_qtquickcontrols = "${QT5_VERSION}" | ||
| 20 | PREFERRED_VERSION_qtsensors = "${QT5_VERSION}" | ||
| 21 | PREFERRED_VERSION_qtserialport = "${QT5_VERSION}" | ||
| 22 | PREFERRED_VERSION_qtscript = "${QT5_VERSION}" | ||
| 23 | PREFERRED_VERSION_qtsvg = "${QT5_VERSION}" | ||
| 24 | PREFERRED_VERSION_qtsystems = "${QT5_VERSION}" | ||
| 25 | PREFERRED_VERSION_qttranslations = "${QT5_VERSION}" | ||
| 26 | PREFERRED_VERSION_qttools = "${QT5_VERSION}" | ||
| 27 | PREFERRED_VERSION_qttools-native = "${QT5_VERSION}" | ||
| 28 | PREFERRED_VERSION_nativesdk-qttools = "${QT5_VERSION}" | ||
| 29 | PREFERRED_VERSION_qtwayland = "${QT5_VERSION}" | ||
| 30 | PREFERRED_VERSION_qtwayland-native = "${QT5_VERSION}" | ||
| 31 | PREFERRED_VERSION_qtwebchannel = "${QT5_VERSION}" | ||
| 32 | PREFERRED_VERSION_qtwebengine = "${QT5_VERSION}" | ||
| 33 | PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}" | ||
| 34 | PREFERRED_VERSION_qtwebkit-examples = "${QT5_VERSION}" | ||
| 35 | PREFERRED_VERSION_qtwebsockets = "${QT5_VERSION}" | ||
| 36 | PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}" | ||
