summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-01-11 21:48:01 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-01-12 23:00:44 (GMT)
commit721997a7a23f0cfa5c9e096cc3768625a51f359d (patch)
tree37c08d5ce68d95620a26e865b9e8f0aeec207bec /Source/cmQtAutoGenerators.h
parent9f47d32697686265bc2c5a708d2b53e2337f3f10 (diff)
downloadCMake-721997a7a23f0cfa5c9e096cc3768625a51f359d.zip
CMake-721997a7a23f0cfa5c9e096cc3768625a51f359d.tar.gz
CMake-721997a7a23f0cfa5c9e096cc3768625a51f359d.tar.bz2
Autogen: Generators: Dedicated generateAll variables for MOC/UIC/RCC
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index a26cfbc..3427be6 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -155,7 +155,9 @@ private:
bool RunMocFailed;
bool RunUicFailed;
bool RunRccFailed;
- bool GenerateAll;
+ bool GenerateMocAll;
+ bool GenerateUicAll;
+ bool GenerateRccAll;
bool MocRelaxedMode;
};