Results 1 to 3 of 3

Thread: QT 3.1.2 on Solaris 10 x86

  1. #1
    Join Date
    Jul 2013
    Posts
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default QT 3.1.2 on Solaris 10 x86

    I have successfully compiled QT 3.1.2 on a Solaris 10 X86 machine using g++ 3.4.3. When I try to compile an application using the same g++ version it cannot resolve any reference to QT. Any help would be much appreciated. I would be happy to provide as much additional information as I can.

    Thanks in advance

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

    Default Re: QT 3.1.2 on Solaris 10 x86

    Assuming a fairly standard Qt application you have a pro file that defines the project.
    Run qmake from your Qt build against the *.pro file to generate a Makefile
    Run make

    Qmake typically arranges to include/link using the files in the Qt build it is part of.

  3. #3
    Join Date
    Jul 2013
    Posts
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: QT 3.1.2 on Solaris 10 x86

    Thank you for your answer Chris. That is what I needed to know

Similar Threads

  1. Qt 4.7.2 on Solaris
    By gsatish in forum Installation and Deployment
    Replies: 1
    Last Post: 15th April 2011, 15:37
  2. Qt 4.4.2 on Solaris 5.8.
    By Alex_123 in forum Installation and Deployment
    Replies: 0
    Last Post: 11th April 2009, 17:25
  3. Qt4.x.x&Solaris
    By urry in forum Installation and Deployment
    Replies: 1
    Last Post: 7th May 2008, 08:26
  4. Qt 4.3 on solaris
    By omprakash in forum Qt Tools
    Replies: 0
    Last Post: 4th February 2008, 18:15
  5. QT 4.1.1 on Solaris 10
    By KaptainKarl in forum Installation and Deployment
    Replies: 1
    Last Post: 7th February 2007, 14:51

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.