Skip to content
pano_interface_1.pro 1016 B
Newer Older
Luis Peñaranda's avatar
Luis Peñaranda committed
#-------------------------------------------------
#
# Project created by QtCreator 2012-06-06T09:22:08
#
#-------------------------------------------------

QT       += core gui opengl

Luis Peñaranda's avatar
Luis Peñaranda committed
LIBS += -L/opt/local/lib
LIBS += -lpng -lpnm
LIBS += -framework Carbon -framework OpenGL -framework GLUT
INCLUDEPATH += /opt/local/include/netpbm/ \
               /opt/local/include/
} else:unix {
Luis Peñaranda's avatar
Luis Peñaranda committed
#LIBS += -lm -lpng -lpetsc -lglut -lGL -lnetpbm
LIBS += -lm -lglut -lGL -lGLEW -lnetpbm
# GLee is required when the version of opengl is old
Luis Peñaranda's avatar
Luis Peñaranda committed
#SOURCES += GLee.c
#HEADERS += GLee.h
#DEFINES += NEEDGLEE
Luis Peñaranda's avatar
Luis Peñaranda committed

win32 {
DEFINES += GLEW_STATIC
INCLUDEPATH += "C:/Program Files (x86)/GnuWin32/include/"
LIBS += -L"C:/Program Files (x86)/GnuWin32/lib/"
LIBS += -lfreeglut -llibnetpbm10 -lglu32 -lopengl32 -lglew32
}

Luis Peñaranda's avatar
Luis Peñaranda committed
TARGET = pano_interface_1
TEMPLATE = app

SOURCES += main.cpp\
        panowindow1.cpp \
    openglcanvas.cpp \
    chronos.cpp

HEADERS  += panowindow1.h \
    openglcanvas.h \
    chronos.h

FORMS    += panowindow1.ui