Results 1 to 2 of 2

Thread: GLC_lib in pro file LINUX

  1. #1
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default GLC_lib in pro file LINUX

    Dear Friends
    I have installed GLC for opengl rendering.. How should I include the GLC-lib in my .pro file for LINUX so that I could use GLC apis.

    Is GLC_Mover Controller is included in GLC version 1.0.0 because its giving errors in finding this header when I am includeing it

    #include <GLC_Mover Controller> // this gives errors

    Thanks
    Last edited by sujan.dasmahapatra; 16th November 2009 at 03:56.

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: GLC_lib in pro file LINUX

    LIBS += -L/path/to/glc/lib -lglc
    INCLUDEPATH += -I/path/to/glc/include

    What kind of errors do you get? It helps to find out what exactly goes wrong.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

Similar Threads

  1. Read binary from file
    By weldpua2008 in forum Newbie
    Replies: 2
    Last Post: 3rd April 2009, 23:50
  2. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  3. file renaming on windows
    By jdd81 in forum Qt Programming
    Replies: 9
    Last Post: 2nd October 2007, 19:41
  4. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  5. Access MS .mdb file on Linux
    By iGoo in forum Qt Programming
    Replies: 3
    Last Post: 15th June 2006, 09:42

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.