How do I change the build output directory in QT Creator?
        Posted  
        
            by nbolton
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nbolton
        
        
        
        Published on 2010-05-31T14:11:03Z
        Indexed on 
            2010/05/31
            14:12 UTC
        
        
        Read the original article
        Hit count: 232
        
qt-creator
I'm trying to change the build output directory in QT Creator (i.e. instead of outputting to ./debug, I want to output to ../../bin/debug). I've tried to edit the build output directory via the Projects mode, but it's read only. Looking at the .pro file doesn't seem to have anything obvious for me to edit.
© Stack Overflow or respective owner