summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-20 22:40:27 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-20 22:40:27 +0000
commit3cdd44798b7565639ca08dc051fbe21e41d546fa (patch)
tree5f17b20ab5d24e352f023b69a696d065e87eb8d7 /configure.in.in
parente0dd6178a1c1e9e43f1f454fb73a0e2d30838799 (diff)
downloadtdepowersave-3cdd44798b7565639ca08dc051fbe21e41d546fa.tar.gz
tdepowersave-3cdd44798b7565639ca08dc051fbe21e41d546fa.zip
Fix kpowersave Autotools compilation
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1242466 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in
index 0da1e93..213e7a3 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -171,3 +171,6 @@ AC_LANG_RESTORE
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
AC_SUBST(XGETTEXT)
+
+CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE"
+AC_SUBST(CXXFLAGS)