Setting up OpenGL SuperBible 4th Edition
-
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 += coreQT -= gui
TARGET = OGLSB4
CONFIG += console
CONFIG -= app_bundleTEMPLATE = 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.
-
I used the MSVC 2008 Compiler version of qmake. Qt creator 2.2.1 .
@LNK1104: cannot open file 'LIBC.lib'@