Results 1 to 3 of 3

Thread: Integrating dumpcpp in VS build

  1. #1
    Join Date
    Jan 2006
    Location
    Edmonton, Canada
    Posts
    101
    Thanks
    13
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Integrating dumpcpp in VS build

    Hi there - according to the Qt docs, it is possible to integrate dumpcpp.exe in to the qmake build system by adding TYPELIBS to the .pro file:
    Qt Code:
    1. TYPELIBS = $$system(dumpcpp -getfile {00062FFF-0000-0000-C000-000000000046})
    To copy to clipboard, switch view to plain text mode 
    Is this possible using MSVS? If so, how would I do this? Configuring the VS build is a little bit different than just editing the .pro file.

    Thanks in advance,

    Jimmy
    Last edited by Jimmy2775; 12th October 2007 at 18:17. Reason: spelling error

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Integrating dumpcpp in VS build

    You can change the qmake project and then try to generate a VS project out of it using qmake -tp vc.

  3. The following user says thank you to wysota for this useful post:

    Jimmy2775 (15th October 2007)

  4. #3
    Join Date
    Jan 2006
    Location
    Edmonton, Canada
    Posts
    101
    Thanks
    13
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Integrating dumpcpp in VS build

    Okay, great. Thanks wysota.

Similar Threads

  1. QWT fails in debug build
    By steg90 in forum Qwt
    Replies: 1
    Last Post: 11th November 2011, 06:53
  2. Build error on mac Platform::WaitMouseMoved
    By patrik08 in forum Qt Programming
    Replies: 1
    Last Post: 12th July 2007, 13:18

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.