Results 1 to 4 of 4

Thread: Is there a way to manipulate qt creator compile output?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2011
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11

    Post Is there a way to manipulate qt creator compile output?

    What if I wish to modify Qt creator so that there could be no swearwords in code. If swearword appears, compiler throws " warning : there's a swearword in code!". (in build issues window.)

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Is there a way to manipulate qt creator compile output?

    What is the question?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Aug 2011
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11

    Post Re: Is there a way to manipulate qt creator compile output?

    "Is there a way to manipulate qt creator compile output?" as i said

    Perfect example:

    "Hello world!" appears in build issues window after compilation.

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Is there a way to manipulate qt creator compile output?

    I am not a heavy Qt Creator user, so I don't know if you can set things like that.
    However, you definitively can create plugin that does that, not during compile time, probably during preprocessing.
    Here is the QtCreator development documentation, have fun.
    http://doc.qt.nokia.com/qtcreator-extending/index.html
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Qt creator Hello world output
    By klein in forum Newbie
    Replies: 2
    Last Post: 2nd April 2011, 04:42
  2. Extra newlines in compile output window
    By Mookie in forum Qt Tools
    Replies: 0
    Last Post: 3rd November 2010, 20:29
  3. Strange output: Can't compile for WinCE to save my life!
    By codeslicer in forum Qt Programming
    Replies: 3
    Last Post: 20th February 2010, 14:55
  4. I want runtime error output in qt creator IDE
    By Si1ver in forum Qt Programming
    Replies: 11
    Last Post: 20th June 2009, 21:13
  5. QProcess problem: compile well but output error
    By jx324 in forum Qt Programming
    Replies: 3
    Last Post: 2nd March 2008, 07:39

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.