Results 1 to 7 of 7

Thread: How to get the STDOUT from a QTestLib DLL?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to get the STDOUT from a QTestLib DLL?

    You want to capture the output of a QTestLib test executable? Have you seen the -o option in the TestLib manual?

  2. #2
    Join Date
    Sep 2011
    Posts
    14
    Thanks
    5
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to get the STDOUT from a QTestLib DLL?

    No, not an executable. A .dll.

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to get the STDOUT from a QTestLib DLL?

    I have no idea what you are after then. The QTestLib DLL only orchestrates running the slots in your executable: the slots generate the output and it goes either to stdout or where the -o option points.

Similar Threads

  1. QTestlib - How to add own types
    By AlGaN in forum Qt Programming
    Replies: 1
    Last Post: 14th October 2010, 19:22
  2. qtestlib
    By Jordan in forum Qt Programming
    Replies: 7
    Last Post: 28th September 2010, 11:47
  3. How to use QTestLib to my project??
    By Klaxuz in forum Newbie
    Replies: 1
    Last Post: 3rd June 2010, 14:57
  4. testing with QTestLib
    By hyling in forum Qt Programming
    Replies: 2
    Last Post: 12th July 2007, 20:37
  5. fstream -> stdout
    By zlatko in forum General Programming
    Replies: 11
    Last Post: 25th January 2006, 05:15

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.