Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Setting up OpenGL SuperBible 4th Edition

Setting up OpenGL SuperBible 4th Edition

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    paladin_knight
    wrote on last edited by
    #1

    Hi,

    I would like to setup development environment for OpenGL SuperBible 4th edition. I created using Qt Console Application proj template.
    Here is my .pro file.
    @
    QT += core

    QT -= gui

    TARGET = OGLSB4
    CONFIG += console
    CONFIG -= app_bundle

    TEMPLATE = app

    INCLUDEPATH += C:\OpenGL95\include
    C:\OpenGLSB4Shared
    LIBS += C:\OpenGLSB4Shared\freeglut_static.lib
    SOURCES +=
    Ch01-Block/Block.cpp
    @

    However, when I build the project. It says that it cannot open LIBC.LIB. How can ignore this library included or solve this problem?

    Thanks.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Hostel
      wrote on last edited by
      #2

      Which compiler are you using? Paste a build error log.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        paladin_knight
        wrote on last edited by
        #3

        I used the MSVC 2008 Compiler version of qmake. Qt creator 2.2.1 .

        @LNK1104: cannot open file 'LIBC.lib'@

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved