diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-03 11:40:28 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2015-11-03 11:40:28 +0000 |
commit | 580a6b9c91df699d3d131ae93d54449f96dbe122 (patch) | |
tree | 37b999a9c896155cb97c9bcedbaa2a6905819722 /recipes-qt/qt5/qtbase | |
parent | 9f7794266b93dd7c8aa3b96f084a38053a0a3445 (diff) | |
parent | 37530865c423547ebec5ece5a3e1d7233d3ddbc2 (diff) | |
download | meta-boot2qt-580a6b9c91df699d3d131ae93d54449f96dbe122.tar.gz |
Merge "Merge remote-tracking branch 'origin/dizzy' into dev" into refs/staging/dev
Diffstat (limited to 'recipes-qt/qt5/qtbase')
-rw-r--r-- | recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase/mx6/oe-device-extra.pri | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase/oe-device-extra.pri | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase/rpi/oe-device-extra.pri | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase/ti33x/oe-device-extra.pri | 3 |
5 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri b/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri index 3c0971c..9f6fdc3 100644 --- a/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri +++ b/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri | |||
@@ -1,2 +1,5 @@ | |||
1 | QMAKE_LIBS_EGL = -lQtGlesStreamClient | 1 | QMAKE_LIBS_EGL = -lQtGlesStreamClient |
2 | QMAKE_LIBS_OPENGL_ES2 = -lQtGlesStreamClient | 2 | QMAKE_LIBS_OPENGL_ES2 = -lQtGlesStreamClient |
3 | |||
4 | QMAKE_PLATFORM += boot2qt | ||
5 | QT_QPA_DEFAULT_PLATFORM = eglfs | ||
diff --git a/recipes-qt/qt5/qtbase/mx6/oe-device-extra.pri b/recipes-qt/qt5/qtbase/mx6/oe-device-extra.pri index f365169..f5445e3 100644 --- a/recipes-qt/qt5/qtbase/mx6/oe-device-extra.pri +++ b/recipes-qt/qt5/qtbase/mx6/oe-device-extra.pri | |||
@@ -5,4 +5,6 @@ QMAKE_LIBS_OPENVG += -lOpenVG -lEGL -lGAL | |||
5 | QMAKE_CFLAGS += $$IMX6_CFLAGS | 5 | QMAKE_CFLAGS += $$IMX6_CFLAGS |
6 | QMAKE_CXXFLAGS += $$IMX6_CFLAGS | 6 | QMAKE_CXXFLAGS += $$IMX6_CFLAGS |
7 | 7 | ||
8 | QMAKE_PLATFORM += boot2qt | ||
9 | QT_QPA_DEFAULT_PLATFORM = eglfs | ||
8 | EGLFS_DEVICE_INTEGRATION = eglfs_viv | 10 | EGLFS_DEVICE_INTEGRATION = eglfs_viv |
diff --git a/recipes-qt/qt5/qtbase/oe-device-extra.pri b/recipes-qt/qt5/qtbase/oe-device-extra.pri index 6c4bdd9..250c999 100644 --- a/recipes-qt/qt5/qtbase/oe-device-extra.pri +++ b/recipes-qt/qt5/qtbase/oe-device-extra.pri | |||
@@ -1 +1,3 @@ | |||
1 | # This file contains device-specific qmake.conf settings | 1 | # This file contains device-specific qmake.conf settings |
2 | QMAKE_PLATFORM += boot2qt | ||
3 | QT_QPA_DEFAULT_PLATFORM = eglfs | ||
diff --git a/recipes-qt/qt5/qtbase/rpi/oe-device-extra.pri b/recipes-qt/qt5/qtbase/rpi/oe-device-extra.pri index 84488cb..9f64808 100644 --- a/recipes-qt/qt5/qtbase/rpi/oe-device-extra.pri +++ b/recipes-qt/qt5/qtbase/rpi/oe-device-extra.pri | |||
@@ -6,4 +6,6 @@ QMAKE_LIBS_EGL = -lEGL -lGLESv2 | |||
6 | QMAKE_CFLAGS += $$RPI_CFLAGS | 6 | QMAKE_CFLAGS += $$RPI_CFLAGS |
7 | QMAKE_CXXFLAGS += $$RPI_CFLAGS | 7 | QMAKE_CXXFLAGS += $$RPI_CFLAGS |
8 | 8 | ||
9 | QMAKE_PLATFORM += boot2qt | ||
10 | QT_QPA_DEFAULT_PLATFORM = eglfs | ||
9 | EGLFS_DEVICE_INTEGRATION = eglfs_brcm | 11 | EGLFS_DEVICE_INTEGRATION = eglfs_brcm |
diff --git a/recipes-qt/qt5/qtbase/ti33x/oe-device-extra.pri b/recipes-qt/qt5/qtbase/ti33x/oe-device-extra.pri index 6a5edd9..0a18a5d 100644 --- a/recipes-qt/qt5/qtbase/ti33x/oe-device-extra.pri +++ b/recipes-qt/qt5/qtbase/ti33x/oe-device-extra.pri | |||
@@ -1,3 +1,6 @@ | |||
1 | QMAKE_LIBS_EGL = -lEGL -lIMGegl -lsrv_um | 1 | QMAKE_LIBS_EGL = -lEGL -lIMGegl -lsrv_um |
2 | QMAKE_LIBS_OPENGL_ES2 = -lGLESv2 $${QMAKE_LIBS_EGL} | 2 | QMAKE_LIBS_OPENGL_ES2 = -lGLESv2 $${QMAKE_LIBS_EGL} |
3 | QMAKE_LIBS_OPENVG = -lOpenVG $${QMAKE_LIBS_EGL} | 3 | QMAKE_LIBS_OPENVG = -lOpenVG $${QMAKE_LIBS_EGL} |
4 | |||
5 | QMAKE_PLATFORM += boot2qt | ||
6 | QT_QPA_DEFAULT_PLATFORM = eglfs | ||