Commit e8149cc2 authored by Andrew Knight's avatar Andrew Knight Committed by The Qt Project
Browse files

winrtrunner: Fix includepath


This was breaking for prefixed builds.

Change-Id: Ida0938b9d723bff81bcdc05b83d0da00bb59dc35
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: default avatarOliver Wolff <oliver.wolff@digia.com>
Showing with 1 addition and 1 deletion
......@@ -25,7 +25,7 @@ win32-msvc2012|win32-msvc2013 {
HEADERS += \
qzip/qzipreader_p.h \
qzip/qzipwriter_p.h
INCLUDEPATH += qzip $$[QT_INSTALL_HEADERS]/QtZlib
INCLUDEPATH += qzip $$[QT_INSTALL_HEADERS/get]/QtZlib
}
load(qt_tool)
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