diff options
Diffstat (limited to 'qmake/project.cpp')
-rw-r--r-- | qmake/project.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp index de57507e2..fc297e72b 100644 --- a/qmake/project.cpp +++ b/qmake/project.cpp @@ -35,6 +35,9 @@ ** herein. ** **********************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "project.h" #include "property.h" |