qt5-versions.inc: add include file to select PREFERRED_VERSIONs of qt5 components

This commit is contained in:
Martin Jansa 2013-04-03 13:26:26 +02:00
parent 6fb40c8d03
commit 861b62f51e
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Select which version you prefer by defining QT5_VERSION and including this file
# possible values now "5.0.0", "5.0.1", "5.0.2", "5.0.2+git%"
QT5_VERSION ?= "5.0.1"
PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}"
PREFERRED_VERSION_qtbase = "${QT5_VERSION}"
PREFERRED_VERSION_qtdeclarative = "${QT5_VERSION}"
PREFERRED_VERSION_qtjsbackend = "${QT5_VERSION}"
PREFERRED_VERSION_qtjsbackend-native = "${QT5_VERSION}"