summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-01 20:35:05 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-07 16:03:14 (GMT)
commit2e4dab087e87d9fb96f7e526ce5c75283f0212e5 (patch)
treec2320d964117de6915dd56caee17062e549bdd16 /Source
parentc330d641af1f17fae5d58783cf46db76238ae000 (diff)
downloadCMake-2e4dab087e87d9fb96f7e526ce5c75283f0212e5.zip
CMake-2e4dab087e87d9fb96f7e526ce5c75283f0212e5.tar.gz
CMake-2e4dab087e87d9fb96f7e526ce5c75283f0212e5.tar.bz2
Autogen: Set CM_DISABLE_COPY in cmQtAutoGenerators
Diffstat (limited to 'Source')
-rw-r--r--Source/cmQtAutoGenerators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 1bacd49..5d3ad74 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -18,6 +18,7 @@ class cmMakefile;
class cmQtAutoGenerators
{
+ CM_DISABLE_COPY(cmQtAutoGenerators)
public:
cmQtAutoGenerators();
bool Run(const std::string& targetDirectory, const std::string& config);