diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-09 15:39:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-09 15:39:55 (GMT) |
commit | b308ec270d69ef2981b4c89a55f3549aecc9b603 (patch) | |
tree | b10d66ac1d71850c6111d9c8bc2669c88dc823c7 /openscad.pro | |
parent | b7bb0071fba79233bcc243e18df4fdb2cea97b17 (diff) | |
parent | 1221b66edb06e1b4f009b0ce3ebee1fb1651aa4e (diff) |
Merge branch 'master' of github.com:openscad/openscad
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 c7a3e43..6f3ddfb 100644 --- a/openscad.pro +++ b/openscad.pro @@ -291,7 +291,7 @@ SOURCES += src/version_check.cc \ src/OpenCSGWarningDialog.cc \ src/editor.cc \ src/GLView.cc \ - src/QGLview.cc \ + src/QGLView.cc \ src/AutoUpdater.cc \ \ src/builtin.cc \ |