summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2012-09-05 20:13:30 (GMT)
committerAlex Neundorf <neundorf@kde.org>2012-09-05 20:13:30 (GMT)
commit894e91a9457800d729f079ec3842e0d0e34b5a50 (patch)
tree32c8f3ddf8cfe72cbd38a95f84e66a063c693748 /Source/cmQtAutomoc.h
parent825d1abf14f8ad880c7e2b3207881b06c43385a6 (diff)
downloadCMake-894e91a9457800d729f079ec3842e0d0e34b5a50.zip
CMake-894e91a9457800d729f079ec3842e0d0e34b5a50.tar.gz
CMake-894e91a9457800d729f079ec3842e0d0e34b5a50.tar.bz2
Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONS
The docs say that this is for cmake 2.4 backwards compatibility only, so we probably don't need to support it. Alex
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r--Source/cmQtAutomoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h
index f6d72e2..a737477 100644
--- a/Source/cmQtAutomoc.h
+++ b/Source/cmQtAutomoc.h
@@ -69,7 +69,6 @@ private:
std::string Builddir;
std::string MocExecutable;
std::string MocCompileDefinitionsStr;
- std::string MocDefinitionsStr;
std::string MocIncludesStr;
std::string MocOptionsStr;
std::string ProjectBinaryDir;