Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Solved Intel C++ problem with Qt 5.7.1

    General and Desktop
    1
    2
    370
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      DeadParrot last edited by DeadParrot

      Hello,

      After I updated from Qt 5.7.0 to 5.7.1 my Intel C++ 2016 application builds were failing due to qMove not being defined to std::move, at least at the point of qimage.h inclusion. I don't see a change in qcompilerdetection.h that is relevant so I'm not sure what is going on. I worked around the problem by replacing qMove with std::move in qimage.h.

      My build environment and .pro files have not changed and, as before, I compile with /Qstd=c++11 so I'm perplexed.

      This is on Windows 10 doing 64-bit builds and using the msvc2015_64 support in Qt 5.7.1.

      Any ideas? Thanks!

      D 1 Reply Last reply Reply Quote 0
      • D
        DeadParrot @DeadParrot last edited by

        This was reported as a Qt bug: https://bugreports.qt.io/browse/QTBUG-57915.

        A link to a related bug and a patch that solves this issue can be found at that bug report.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post