Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Mingw release build Symantec antivirus issue
Forum Updated to NodeBB v4.3 + New Features

Mingw release build Symantec antivirus issue

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 1.3k Views 1 Watching
  • 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 Offline
    D Offline
    deblr
    wrote on last edited by
    #1

    Qt version: qt-opensource-windows-x86-android-5.4.0.exe installed.

    the release build is showing an antivirus error, the .exe is quarantined.
    but the debug build is working properly.

    Anyone know how to solve this issue?

    we have tried using msvc, it doesn't give any error for the builds.

    only mingw release build has an issue.

    some one help in solving this.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Hi and welcome to devnet

      If it is your exe which is quarantined, try another application (e.g. one of the Qt examples).
      When it is one of the installed components of Qt, please check on "JIRA":https://bugreports.qt.io/secure/Dashboard.jspa and eventually file a bug report.

      I had a similar occasion, but it had nothing to do with Qt. A small test application was always quarantined by Bitdefender antivirus. It was a really stupidly short program trying to compile a dll example code.

      As far as I remember it was calling this routine with a static value:
      @
      int Double(int x)
      {
      return 2 * x;
      }
      @

      Whenever the call was included Bitdefender was in action very fast. When the call was commented out I could debug the program.

      However, the program was compiled in Qt creator and no Qt components are used. So it was clearly no Qt problem and has probably something to do with MinGW libs.

      Hope this helps.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved