diff options
Diffstat (limited to 'qmake/generators/win32/msvc_vcproj.cpp')
-rw-r--r-- | qmake/generators/win32/msvc_vcproj.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/generators/win32/msvc_vcproj.cpp b/qmake/generators/win32/msvc_vcproj.cpp index a6c1302bb..156f69c63 100644 --- a/qmake/generators/win32/msvc_vcproj.cpp +++ b/qmake/generators/win32/msvc_vcproj.cpp @@ -39,12 +39,12 @@ #include "msvc_vcproj.h" #include "option.h" #include "qtmd5.h" // SG's MD5 addon -#include <ntqdir.h> +#include <tqdir.h> #include <tqregexp.h> #include <tqdict.h> #include <ntquuid.h> #include <stdlib.h> -#include <ntqsettings.h> +#include <tqsettings.h> //#define DEBUG_SOLUTION_GEN //#define DEBUG_PROJECT_GEN |