Skip to content
Snippets Groups Projects
Commit 0ecc289d authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

test to set OPENGL_AVAILABLE

parent 99e548f2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,12 @@ SETTINGS = QSettings(QSettings.UserScope, 'HU Geomatics', 'TimeSeriesViewer')
QGIS_TSV_BRIDGE = None
OPENGL_AVAILABLE = False
try:
import OpenGL
OPENGL_AVAILABLE = True
except:
pass
def icon():
return QIcon(':/timeseriesviewer/icons/icon.png')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment