diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 17:21:45 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 17:21:45 (GMT) |
commit | 707118ce9485f1c703bf6cc99bad3affc2a48c10 (patch) | |
tree | e88a90b086f7cb7d2cf331554f5cae7b0fca2def /openscad.pro | |
parent | 91896e0d9680a5919ff31d82162a855f5ef2b08c (diff) |
move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning
also update docs, and try to make enable_opencsg_shaders the same between
qgl and offscreengl
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 7858a80..3947c65 100644 --- a/openscad.pro +++ b/openscad.pro @@ -289,8 +289,8 @@ SOURCES += src/version_check.cc \ src/Preferences.cc \ src/OpenCSGWarningDialog.cc \ src/editor.cc \ - src/qglview.cc \ src/GLView.cc \ + src/QGLview.cc \ src/AutoUpdater.cc \ \ src/builtin.cc \ |