summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapCPPCommand.cxx
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-02 11:03:43 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-02 11:03:43 (GMT)
commit63d64d5780aa189324800e70feb6345a73b8e8a3 (patch)
treea806defdada082ed52b292f43347ad8cf3aff382 /Source/cmQTWrapCPPCommand.cxx
parenta888ba53faad5027a5f7941971a56a959035505f (diff)
downloadCMake-63d64d5780aa189324800e70feb6345a73b8e8a3.zip
CMake-63d64d5780aa189324800e70feb6345a73b8e8a3.tar.gz
CMake-63d64d5780aa189324800e70feb6345a73b8e8a3.tar.bz2
Define a single expected format for the values defined in every FindXXX.cmake file.
Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile.
Diffstat (limited to 'Source/cmQTWrapCPPCommand.cxx')
-rw-r--r--Source/cmQTWrapCPPCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.cxx b/Source/cmQTWrapCPPCommand.cxx
index 837e153..e74b001 100644
--- a/Source/cmQTWrapCPPCommand.cxx
+++ b/Source/cmQTWrapCPPCommand.cxx
@@ -99,7 +99,7 @@ void cmQTWrapCPPCommand::FinalPass()
// first we add the rules for all the .h to Moc files
size_t lastClass = m_WrapClasses.size();
std::vector<std::string> depends;
- std::string moc_exe = "${QT_MOC_EXE}";
+ std::string moc_exe = "${QT_MOC_EXECUTABLE}";
// wrap all the .h files
depends.push_back(moc_exe);