aboutsummaryrefslogtreecommitdiffstats
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)
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 @@
-# Select which version you prefer by defining QT5_VERSION and including this file
-# possible values now "5.4.1", "5.4.1+git%"
-
-QT5_VERSION ?= "5.4.1"
-
-PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}"
-PREFERRED_VERSION_qtbase = "${QT5_VERSION}"
-PREFERRED_VERSION_nativesdk-qtbase = "${QT5_VERSION}"
-PREFERRED_VERSION_qtdeclarative = "${QT5_VERSION}"
-PREFERRED_VERSION_qtconnectivity = "${QT5_VERSION}"
-PREFERRED_VERSION_qtenginio = "${QT5_VERSION}"
-PREFERRED_VERSION_qtjsbackend = "${QT5_VERSION}"
-PREFERRED_VERSION_qtjsbackend-native = "${QT5_VERSION}"
-PREFERRED_VERSION_qtgraphicaleffects = "${QT5_VERSION}"
-PREFERRED_VERSION_qtimageformats = "${QT5_VERSION}"
-PREFERRED_VERSION_qtlocation = "${QT5_VERSION}"
-PREFERRED_VERSION_qtmultimedia = "${QT5_VERSION}"
-PREFERRED_VERSION_qtquick1 = "${QT5_VERSION}"
-PREFERRED_VERSION_qtquickcontrols = "${QT5_VERSION}"
-PREFERRED_VERSION_qtsensors = "${QT5_VERSION}"
-PREFERRED_VERSION_qtserialport = "${QT5_VERSION}"
-PREFERRED_VERSION_qtscript = "${QT5_VERSION}"
-PREFERRED_VERSION_qtsvg = "${QT5_VERSION}"
-PREFERRED_VERSION_qtsystems = "${QT5_VERSION}"
-PREFERRED_VERSION_qttranslations = "${QT5_VERSION}"
-PREFERRED_VERSION_qttools = "${QT5_VERSION}"
-PREFERRED_VERSION_qttools-native = "${QT5_VERSION}"
-PREFERRED_VERSION_nativesdk-qttools = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwayland = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwayland-native = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwebchannel = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwebengine = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwebkit-examples = "${QT5_VERSION}"
-PREFERRED_VERSION_qtwebsockets = "${QT5_VERSION}"
-PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}"