Qt Forum

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

    Unable to build release version

    Installation and Deployment
    2
    2
    2014
    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.
    • M
      murtuzakabul last edited by

      Hi all,

      I have been working on a project since last couple of months which is a windows only project.

      The tools I am using are - QTCreator, QT v 4.7 and MSVC2010 compiler toolchain.

      All of a sudden I faced a strange issue. My project used to build and run properly in both debug and release modes. However, when I just attempted to build the release version after a good makeover, it failed. The build process however completes successfully without any error but it generates no output. i.e. the release folder remains empty after the build.

      This is strange because nothing has changed in my QT Configuration and other environmental variables on my machine and the problem appeared all of a sudden.

      Cleaning the project and removing all the files except the source and project files didn't help either. I am using SQL module in my application to connect to SQLite database.

      Any help or suggestions regarding the build process would greatly help.

      1 Reply Last reply Reply Quote 0
      • F
        florent.revelut last edited by

        I had a similar issue, when building release, I was in a specific folder whose name contained release and I hit that bug :
        http://bugreports.qt.nokia.com/browse/QTBUG-6376
        Might be your case as well ?

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