summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-05-28 14:50:37 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-28 14:50:37 +0200
commit3fa7bb148ed40bd018ce51b5f20c0c8792638568 (patch)
treedc7b2847822189d5c0cbc7195fbca3556d6aa6a2 /conf
parent17eb158c6d2cd290b054b5bd54311aa44a02d04d (diff)
downloadmeta-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.inc36
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
4QT5_VERSION ?= "5.4.1"
5
6PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}"
7PREFERRED_VERSION_qtbase = "${QT5_VERSION}"
8PREFERRED_VERSION_nativesdk-qtbase = "${QT5_VERSION}"
9PREFERRED_VERSION_qtdeclarative = "${QT5_VERSION}"
10PREFERRED_VERSION_qtconnectivity = "${QT5_VERSION}"
11PREFERRED_VERSION_qtenginio = "${QT5_VERSION}"
12PREFERRED_VERSION_qtjsbackend = "${QT5_VERSION}"
13PREFERRED_VERSION_qtjsbackend-native = "${QT5_VERSION}"
14PREFERRED_VERSION_qtgraphicaleffects = "${QT5_VERSION}"
15PREFERRED_VERSION_qtimageformats = "${QT5_VERSION}"
16PREFERRED_VERSION_qtlocation = "${QT5_VERSION}"
17PREFERRED_VERSION_qtmultimedia = "${QT5_VERSION}"
18PREFERRED_VERSION_qtquick1 = "${QT5_VERSION}"
19PREFERRED_VERSION_qtquickcontrols = "${QT5_VERSION}"
20PREFERRED_VERSION_qtsensors = "${QT5_VERSION}"
21PREFERRED_VERSION_qtserialport = "${QT5_VERSION}"
22PREFERRED_VERSION_qtscript = "${QT5_VERSION}"
23PREFERRED_VERSION_qtsvg = "${QT5_VERSION}"
24PREFERRED_VERSION_qtsystems = "${QT5_VERSION}"
25PREFERRED_VERSION_qttranslations = "${QT5_VERSION}"
26PREFERRED_VERSION_qttools = "${QT5_VERSION}"
27PREFERRED_VERSION_qttools-native = "${QT5_VERSION}"
28PREFERRED_VERSION_nativesdk-qttools = "${QT5_VERSION}"
29PREFERRED_VERSION_qtwayland = "${QT5_VERSION}"
30PREFERRED_VERSION_qtwayland-native = "${QT5_VERSION}"
31PREFERRED_VERSION_qtwebchannel = "${QT5_VERSION}"
32PREFERRED_VERSION_qtwebengine = "${QT5_VERSION}"
33PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}"
34PREFERRED_VERSION_qtwebkit-examples = "${QT5_VERSION}"
35PREFERRED_VERSION_qtwebsockets = "${QT5_VERSION}"
36PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}"