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. (Solved)Repeating Error 'SUBSYSTEM:WINDOWS@QMAKE_SUBSYSTEM_SUFFIX@'?
Forum Updated to NodeBB v4.3 + New Features

(Solved)Repeating Error 'SUBSYSTEM:WINDOWS@QMAKE_SUBSYSTEM_SUFFIX@'?

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 3.7k 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.
  • IamSumitI Offline
    IamSumitI Offline
    IamSumit
    wrote on last edited by
    #1

    When i am using Qt 5.4 add ins with MSVC 13 and make a program then try to build ;the follwing linking error coming out again and again.

    1>LINK : fatal error LNK1117: syntax error in option 'SUBSYSTEM:WINDOWS@QMAKE_SUBSYSTEM_SUFFIX@'

    I found the solution too provided by a link
    "here":http://www.qtcentre.org/threads/59315-Qt5-Visual-Studio-2013-build-error-SUBSYSTEM-WINDOWS-QMAKE_SUBSYSTEM_SUFFIX
    this is temporary solution.
    Is there permanent solution ?

    Be Cute

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, well you can fix it to be slightly more permanent (until the next release of Qt :-) by editing the .conf file for MSVC13, on my PC it's located in this folder: C:\Qt\5.4\msvc2013\mkspecs\win32-msvc2013

      Open the qmake.conf file, more than halfway down look for this line:
      QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS@QMAKE_SUBSYSTEM_SUFFIX@
      and change it to
      QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS

      1 Reply Last reply
      0
      • IamSumitI Offline
        IamSumitI Offline
        IamSumit
        wrote on last edited by
        #3

        It looks promising ..

        Great Help

        Thank you very much :)

        Be Cute

        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