diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-08-03 22:45:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-08-03 22:45:40 (GMT) |
commit | 00d7bb401c0732a5f1b33cd0059a643933286c5d (patch) | |
tree | 98c59f98c0e06f37af2a810b7eb20595334a6abf /opencsg.pri | |
parent | f78d4f74b2606f3cccff0f241b608cb021a30b9b (diff) |
fix broken build on systems that use case sensitive filenames (linux)
Diffstat (limited to 'opencsg.pri')
-rw-r--r-- | opencsg.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opencsg.pri b/opencsg.pri index 02be596..d34f11b 100644 --- a/opencsg.pri +++ b/opencsg.pri @@ -3,8 +3,8 @@ opencsg { CONFIG += glew include(glew.pri) - HEADERS += src/opencsgrenderer.h - SOURCES += src/opencsgrenderer.cc + HEADERS += src/OpenCSGRenderer.h + SOURCES += src/OpenCSGRenderer.cc isEmpty(DEPLOYDIR) { # Optionally specify location of OpenCSG using the |