diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 23:15:09 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-03 23:06:08 +0100 |
| commit | ff8c746aba02c4987326ed39c8887e4f4500c412 (patch) | |
| tree | 111564ea50c99830cb7a184767410bbf25d8779e | |
| parent | 699d1e75cfa1597a030d89abdf9376d2df2c3d6e (diff) | |
| download | buildroot-ff8c746aba02c4987326ed39c8887e4f4500c412.tar.gz buildroot-ff8c746aba02c4987326ed39c8887e4f4500c412.zip | |
qt5: expose a QT5_QMAKE variable for other Qt5 packages
Much like package/qt/qt.mk exposes a QT_QMAKE variable that other
qmake-based Qt4 libraries/applications can use in their .mk file, this
commit adds a QT5_QMAKE variable to allow the same for Qt5 packages.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/qt5/qt5.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk index e9c59db9d6..2a3e274320 100644 --- a/package/qt5/qt5.mk +++ b/package/qt5/qt5.mk @@ -17,3 +17,6 @@ define QT5_LA_PRL_FILES_FIXUP $(SED) "s%-L/usr/lib%%" $$i; \ done endef + +# Variable for other Qt applications to use +QT5_QMAKE = $(HOST_DIR)/usr/bin/qmake -spec devices/linux-buildroot-g++ |

