diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-01 20:35:05 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-07 16:03:14 (GMT) |
commit | 2e4dab087e87d9fb96f7e526ce5c75283f0212e5 (patch) | |
tree | c2320d964117de6915dd56caee17062e549bdd16 /Source | |
parent | c330d641af1f17fae5d58783cf46db76238ae000 (diff) | |
download | CMake-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.h | 1 |
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); |