Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 623840
Collapse All | Expand All

(-)a/src.pro (-3 / +3 lines)
Lines 7-20 Link Here
7
}
7
}
8
8
9
CONFIG += opengl warn_on release
9
CONFIG += opengl warn_on release
10
INCLUDEPATH += ../include ../ $$INSTALLDIR/include
10
INCLUDEPATH += ../include ..
11
CONFIG -= qt
11
CONFIG -= qt
12
LIBS += -L$$INSTALLDIR/lib -lGLEW
12
LIBS += -lGLEW
13
13
14
DESTDIR = ../lib
14
DESTDIR = ../lib
15
headers.files = ../include/opencsg.h
15
headers.files = ../include/opencsg.h
16
headers.path = $$INSTALLDIR/include
16
headers.path = $$INSTALLDIR/include
17
target.path = $$INSTALLDIR/lib
17
target.path = $$INSTALLDIR/$$LIBDIR
18
INSTALLS += target headers
18
INSTALLS += target headers
19
19
20
HEADERS		= ../include/opencsg.h \
20
HEADERS		= ../include/opencsg.h \

Return to bug 623840