summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-11-30 12:14:23 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2016-12-06 14:59:26 (GMT)
commit48180401d321e7fba19ac45e9e2e8a718c20d0b8 (patch)
treecce3e2aa0323317b7503a27e10ad35f986f5acc1 /Source/cmQtAutoGenerators.h
parent4fa858ecb1b40e63c733047f07cc5049f7e2366a (diff)
downloadCMake-48180401d321e7fba19ac45e9e2e8a718c20d0b8.zip
CMake-48180401d321e7fba19ac45e9e2e8a718c20d0b8.tar.gz
CMake-48180401d321e7fba19ac45e9e2e8a718c20d0b8.tar.bz2
QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODE
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 08d7e03..b26b307 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -132,7 +132,7 @@ private:
bool RunUicFailed;
bool RunRccFailed;
bool GenerateAll;
- bool RelaxedMode;
+ bool MocRelaxedMode;
};
#endif