mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
Derive from QOpenGLWidget instead of QGLWidget.
Derive from QOpenGLWidget instead of QGLWidget. More commits to follow.
This commit is contained in:
@ -13,7 +13,7 @@ TEMPLATE = app
|
||||
CONFIG += precompile_header
|
||||
VERSION = 0.1.4.7
|
||||
|
||||
DESTDIR = ../../../Bin
|
||||
DESTDIR = $$(HOME)/Dev/fractorium/Bin
|
||||
|
||||
LIBS += -L/usr/lib -lOpenCL
|
||||
LIBS += -L/usr/lib -lGL
|
||||
@ -21,8 +21,8 @@ LIBS += -L/usr/lib -ljpeg
|
||||
LIBS += -L/usr/lib -lpng
|
||||
LIBS += -L/usr/lib -ltbb
|
||||
LIBS += -L/usr/lib/x86_64-linux-gnu -lxml2
|
||||
LIBS += -L../../../Bin -lEmber
|
||||
LIBS += -L../../../Bin -lEmberCL
|
||||
LIBS += -L$$DESTDIR -lEmber
|
||||
LIBS += -L$$DESTDIR -lEmberCL
|
||||
|
||||
INCLUDEPATH += /usr/include/CL
|
||||
INCLUDEPATH += /usr/include/GL
|
||||
|
Reference in New Issue
Block a user