Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. release mode
    Log in to post

    • SOLVED How to build all Qt source in 'Release' mode?
      Installation and Deployment • release mode • • Tom asso  

      3
      0
      Votes
      3
      Posts
      50
      Views

      Thanks @jsulm !
    • SOLVED Run in release crash
      Installation and Deployment • qt creator dll release mode • • Sillimon  

      5
      0
      Votes
      5
      Posts
      3489
      Views

      After few researches and some help from internal, it appears that my links to libraries ain't clean enough wich leads to those random behaviours. So i'm working on making it cleaner for x32/x64 debug and release. Thanks a lot for your help ! You made my mind way sharper !
    • UNSOLVED QTcpServer - different behvaior in debug & release
      General and Desktop • network qtcpserver release mode • • reezeus  

      17
      0
      Votes
      17
      Posts
      3722
      Views

      It could be. Although it was working fine in previous release with Qt 5.5.1.
    • UNSOLVED Includepath / cannot open include file
      Installation and Deployment • qt creator debug include includepath release mode • • Benjamin07  

      11
      0
      Votes
      11
      Posts
      8873
      Views

      Dear all, Juste an update on this issue for anyone it could help. The issue came from the INCPATH section of the makefile. Though similar beetween makefile.debug and makefile.release it seems that the compiler (or linker) could not interpret relative path ('../../../') when in release mode (whereas it works ok in debug). I could not find a solution to directly fix this issue so I now modify the makefile once created/updated in order to replace occurences of relative paths by absolute path. This is done using a batch file that I execute after the qmake.exe step (step added in the compilation steps of the project configuration) Thanks to those who tried to help
    • Behaviour of qDebug and companions starting with Qt 5.2
      General and Desktop • qdebug release mode qlogging • • koahnig  

      1
      0
      Votes
      1
      Posts
      538
      Views

      No one has replied