Results 1 to 7 of 7

Thread: Cross platform application???

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Cross platform application???

    Quote Originally Posted by Shuchi Agrawal
    thanks a lot for this info. can you refer me some more technical details in some links about this and to what extent i can make my programs cross platform.
    You need to compile and link on your target platforms. The source code is cross platform, but you still need to build on all platforms. The included qmake utility will help you greatly. Please see the qmake documentation. It comes with Qt.

    If you are still having problems, I would greatly urge you to get the book "C++ GUI Programming with Qt 4". It will contain all the information you need.

  2. The following user says thank you to Brandybuck for this useful post:

    Shuchi Agrawal (15th February 2007)

Similar Threads

  1. Replies: 3
    Last Post: 8th December 2006, 18:51
  2. Cross Platform Logging
    By skyphyr in forum Qt Programming
    Replies: 2
    Last Post: 23rd November 2006, 16:32
  3. Cross compile QT/X11 for platform xscale-elf
    By nmkarvekar in forum Installation and Deployment
    Replies: 0
    Last Post: 19th May 2006, 07:20
  4. Using Qt to write Cross Platform Library
    By ball in forum Qt Programming
    Replies: 2
    Last Post: 3rd April 2006, 09:58
  5. Replies: 3
    Last Post: 31st March 2006, 18:38

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.