mkspecs: Use the right variable name to find the qdevice.pri

Commit 8b822825c5 introduced the
/get version but used the wrong variable name. Fix it by using
QT_HOST_DATA.

Change-Id: Ia4759b8c6ff2de9726f3aebae2f2f39c6644d4ec
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Holger Hans Peter Freyther 2012-06-26 19:59:44 +02:00 committed by Qt by Nokia
parent edcca18872
commit 8e5b6647a9

View File

@ -1,5 +1,5 @@
# Load generated qdevice.pri
DEVICE_PRI = $$[QMAKE_HOST_DATA/get]/mkspecs/qdevice.pri
DEVICE_PRI = $$[QT_HOST_DATA/get]/mkspecs/qdevice.pri
exists($$DEVICE_PRI):include($$DEVICE_PRI)
unset(DEVICE_PRI)