--- a/src.pro 2017-07-04 23:35:24.106945039 -0400 +++ b/src.pro 2017-07-04 23:38:18.977032462 -0400 @@ -7,14 +7,14 @@ } CONFIG += opengl warn_on release -INCLUDEPATH += ../include ../ $$INSTALLDIR/include +INCLUDEPATH += ../include .. CONFIG -= qt -LIBS += -L$$INSTALLDIR/lib -lGLEW +LIBS += -lGLEW DESTDIR = ../lib headers.files = ../include/opencsg.h headers.path = $$INSTALLDIR/include -target.path = $$INSTALLDIR/lib +target.path = $$INSTALLDIR/$$LIBDIR INSTALLS += target headers HEADERS = ../include/opencsg.h \