i want to integrate into qt framework

Sysprogs forums Forums VisualGDB i want to integrate into qt framework

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #443
    Anonymous
    Participant

    I want to support qt framework using visualgdb. Of course, I know that there is Visual Studio Addin for QT. but it’s only for VS Compiler. So I want to support qt framework from visualgdb.

    thanks.

    #2115
    support
    Keymaster

    Hi. Depends on whether you want to build Windows or Linux apps.
    The easiest way would be to setup the command-line build using QT tools and then create a “wrapper project” with VisualGDB.
    This is a one-time “time investment”. Once the wrapper project is created, building and debugging it would be a matter of executing one command.

    If you want to build remote Linux apps, check out this tutorial.
    A tutorial about wrapping existing projects is here: http://visualgdb.com/tutorials/gnudebug

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.