summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-09 07:11:53 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-14 13:53:50 (GMT)
commitde91feb367c127294a56b492799c4bf042954fd8 (patch)
treea5b9feda041be77caa3d2f9d68b0f53ecf11d7f5 /Source/cmQtAutomoc.h
parentd65689a3bd059b2f70e11644e43df4251c71987e (diff)
downloadCMake-de91feb367c127294a56b492799c4bf042954fd8.zip
CMake-de91feb367c127294a56b492799c4bf042954fd8.tar.gz
CMake-de91feb367c127294a56b492799c4bf042954fd8.tar.bz2
Remove the need to check for .h/.cxx during buildtime
Instead it now relies on cmake time to put that information correctly into AutomocInfo.cmake Alex
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r--Source/cmQtAutomoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h
index 0dafd4a..891b47a 100644
--- a/Source/cmQtAutomoc.h
+++ b/Source/cmQtAutomoc.h
@@ -32,6 +32,7 @@ private:
std::string QtMajorVersion;
std::string Sources;
+ std::string Headers;
bool IncludeProjectDirsBefore;
std::string Srcdir;
std::string Builddir;