Results 1 to 16 of 16

Thread: Problem of including Widgets into DLL

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2008
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem of including Widgets into DLL

    Err.. there is no .pro file. I am using VS2008 with QT integration.

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem of including Widgets into DLL

    ok. what do you try to do now: build a lib or build app with the lib which you are created?
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  3. #3
    Join Date
    Nov 2008
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem of including Widgets into DLL

    Build an app.
    The lib compiles just fine. I just have problem of my app using lib headers as it cannot find autogenerated ui_***.h files.

    My app has this in a header:
    Qt Code:
    1. #include "../fbl_gui/fbl_gui.h"
    To copy to clipboard, switch view to plain text mode 

    This includes library header, so I will be able to use it's objects.

Similar Threads

  1. Replies: 0
    Last Post: 16th July 2008, 13:15
  2. Replies: 3
    Last Post: 10th May 2008, 17:36
  3. Algorithms problem of brackets including.
    By luffy27 in forum General Programming
    Replies: 2
    Last Post: 12th April 2007, 01:10
  4. Docking widgets setFixedSize and setBaseSize Problem
    By forrestfsu in forum Qt Programming
    Replies: 2
    Last Post: 16th October 2006, 18:20
  5. Replies: 11
    Last Post: 7th July 2006, 13:09

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.