mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
qt5base: fix typo in qmake.conf.in
A blank space is missing.
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 7544295d30)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
afe4c92521
commit
925031909d
@@ -21,7 +21,7 @@ CONFIG += nostrip
|
|||||||
QMAKE_LIBS += -lrt -lpthread -ldl
|
QMAKE_LIBS += -lrt -lpthread -ldl
|
||||||
QMAKE_CFLAGS_ISYSTEM =
|
QMAKE_CFLAGS_ISYSTEM =
|
||||||
|
|
||||||
# Architecturespecific configuration
|
# Architecture specific configuration
|
||||||
include(arch.conf)
|
include(arch.conf)
|
||||||
|
|
||||||
@EGLFS_DEVICE@
|
@EGLFS_DEVICE@
|
||||||
|
|||||||
Reference in New Issue
Block a user