aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.co.uk>2010-09-09 22:01:47 +1000
committerMiroslav Safr <miroslav.safr@tieto.com>2010-09-14 16:24:30 +0300
commit2c4ef92750a9922e7fdd17f0ec3ff6660a329020 (patch)
treed52f319a4eef1f23f41c4a5bf435f6024773fe47 /src
parent85c4bbb65cab63b8e7cb464f45a0197affa6d1d1 (diff)
Changes: Build system fixes to allow building without GConf.
Details: configure notes libgconf as an optional dependency, yet a number of parts of the build system did not check DEFINES for USE_GCONF before building gconf-related code, meaning it effectively *wasn't* optional.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/core/core.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/core/core.pri b/src/corelib/core/core.pri
index 2d13d3ef..60e0a52e 100644
--- a/src/corelib/core/core.pri
+++ b/src/corelib/core/core.pri
@@ -84,3 +84,4 @@ contains(DEFINES, HAVE_GCONF) {
} else {
SOURCES += $$CORE_SRC_DIR/mgconfitem_stub.cpp
}
+