Commit 9d6b4212 authored by Janne Anttila's avatar Janne Anttila Committed by The Qt Project
Browse files

Fix tst_qqmldebugjs and tst_qquickfolderlistmodel build for WinCE.


tst_qqmldebugjs:
    Some WINCE header files define IN and OUT macros, and those make
    the following assignments in tst_qqmldebugjs.cpp to fail later on:
        const char *IN = "in"
        const char *OUT = "out"
    Since platform macros are not needed in the context of this file,
    undef them to make build pass for WinCE.

tst_qquickfolderlistmodel:
    WinCE does nothave drive letter concept, so lets execute the
    changeDrive test only on desktop Windows.

Change-Id: I5c159e3b3ee82e888aeac1da559fd63a875d089e
Reviewed-by: default avatarBjörn Breitmeyer <bjoern.breitmeyer@kdab.com>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: default avatarAndreas Holzammer <andreas.holzammer@kdab.com>
parent 9baaeba1
No related merge requests found
Showing with 8 additions and 2 deletions
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