Results 1 to 7 of 7

Thread: how to embed Coin3d window in Qt application?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Apr 2007
    Location
    Rakovnik, Czech Republic
    Posts
    175
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    43
    Thanked 3 Times in 3 Posts

    Default Re: how to embed Coin3d window in Qt application?

    Quote Originally Posted by marcel View Post
    Either way, all you have to do is to open the project properties dialog ( in Visual Studio ), and add SOQT_DLL or SOQT_NOT_DLL to C/C++->Preprocessor->Preprocessor definitions.
    this is how I've done it, when building a Coin/OpenInventor executable. However, with Qt I am not using MSVC++ gui/menus, etc... just the MSVC command prompt and:

    qmake -project
    qmake
    nmake

    so there is no project (or project properties dialog) for me to set the Preprocessor definitions.
    Last edited by vonCZ; 2nd May 2007 at 09:27.

Similar Threads

  1. accessing my main application window widget
    By jayw710 in forum Newbie
    Replies: 8
    Last Post: 15th November 2007, 20:33
  2. Independant window in an application
    By titoo in forum Qt Programming
    Replies: 4
    Last Post: 28th February 2007, 12:07
  3. Embed a font in the application
    By Lele in forum Qt Programming
    Replies: 1
    Last Post: 26th October 2006, 10:47
  4. Replies: 1
    Last Post: 14th June 2006, 15:36
  5. Replies: 0
    Last Post: 21st February 2006, 17:30

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.