diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-15 04:17:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-15 04:17:04 (GMT) |
commit | 6aa1a6d4c8fab520d2951ccfddb141ea5825acc1 (patch) | |
tree | 516b7e1b0236f6b6914f32b75fade5e920f6df4e /opencsg.pri | |
parent | b74bb392afbeee062b9654dac78950fc85c4c884 (diff) |
Some more build system cleaning
Diffstat (limited to 'opencsg.pri')
-rw-r--r-- | opencsg.pri | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/opencsg.pri b/opencsg.pri index 9713410..ff3bc4d 100644 --- a/opencsg.pri +++ b/opencsg.pri @@ -1,20 +1,14 @@ opencsg { DEFINES += ENABLE_OPENCSG CONFIG += glew - include(glew.pri) - HEADERS += src/OpenCSGRenderer.h - SOURCES += src/OpenCSGRenderer.cc - - isEmpty(OPENSCAD_LIBDIR) { - # Optionally specify location of OpenCSG using the - # OPENCSGDIR env. variable - OPENCSG_DIR = $$(OPENCSGDIR) - !isEmpty(OPENCSG_DIR) { - QMAKE_INCDIR += $$OPENCSG_DIR/include - QMAKE_LIBDIR += $$OPENCSG_DIR/lib - message("OpenCSG location: $$OPENCSG_DIR") - } + # Optionally specify location of OpenCSG using the + # OPENCSGDIR env. variable + OPENCSG_DIR = $$(OPENCSGDIR) + !isEmpty(OPENCSG_DIR) { + QMAKE_INCDIR += $$OPENCSG_DIR/include + QMAKE_LIBDIR += $$OPENCSG_DIR/lib + message("OpenCSG location: $$OPENCSG_DIR") } LIBS += -lopencsg |