Commit cef67cc8 authored by Thiago Macieira's avatar Thiago Macieira Committed by The Qt Project
Browse files

Fix the host_bins variable in the QtCore pkg-config file


The qmake HOST_BINS property has no /raw variant. We need to use the
regular one.

Change-Id: I38254f77d1039c312913a987353342ce5ed3feec
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent f587d1de
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -58,7 +58,7 @@ QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtCore.dynlist
contains(DEFINES,QT_EVAL):include(eval.pri)
HOST_BINS = $$[QT_HOST_BINS/raw]
HOST_BINS = $$[QT_HOST_BINS]
host_bins.name = host_bins
host_bins.variable = HOST_BINS
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment