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. Debugging Qt 5.7.0 that compiled as static
Forum Updated to NodeBB v4.3 + New Features

Debugging Qt 5.7.0 that compiled as static

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 3 Posters 919 Views 2 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.
  • B Offline
    B Offline
    borisa
    wrote on last edited by A Former User
    #1

    Hi,

    I compiled the Qt 5.7.0 with visual studio 2015 as a static (with qtwebkit).
    My problem is debugging. The Debugging take a very long time to start.
    I am using Qt creator.
    It can take more then 10 minutes.
    What should i do?

    K 1 Reply Last reply
    0
    • B borisa

      Hi,

      I compiled the Qt 5.7.0 with visual studio 2015 as a static (with qtwebkit).
      My problem is debugging. The Debugging take a very long time to start.
      I am using Qt creator.
      It can take more then 10 minutes.
      What should i do?

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @borisa

      You need to check in creator "Tools"->"Options"->"Build&Run" all tabs for warnings and error messages with the parts involved in your tool chain.

      Do you have also another pre-build with the same compiler on your machine?

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

      1 Reply Last reply
      0
      • B Offline
        B Offline
        borisa
        wrote on last edited by
        #3

        My linker takes more then 20 minutes.
        Linker flags: /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /LTCG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''"

        How can I fix it?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          As silly as it may sound: use a dynamic build for debugging your application.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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