diff options
author | Andy <qt-info@nokia.com> | 2009-05-14 15:07:25 +0200 |
---|---|---|
committer | Andy <qt-info@nokia.com> | 2009-05-14 15:07:25 +0200 |
commit | d6e87c332c721bbcb86bebc6f4daa8a3125e80c6 (patch) | |
tree | 167e4f62d270222f2e65488b92675d3f9fae5517 /mkspecs/wince50standard-mipsii-msvc2008 | |
parent | 8a0272a37aa44ed7583cce40eeff1b030c07741e (diff) | |
download | qt4-tools-d6e87c332c721bbcb86bebc6f4daa8a3125e80c6.tar.gz |
Fixes build issue with WinCE and MSVC 2008 and MIPS-II
Reviewed-by: Maurice
Diffstat (limited to 'mkspecs/wince50standard-mipsii-msvc2008')
-rw-r--r-- | mkspecs/wince50standard-mipsii-msvc2008/default_post.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf b/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf index a232ba321f..d423784958 100644 --- a/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf +++ b/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf @@ -1 +1 @@ -include(../wince50standard-mipsii-msvc2005/qmake.conf) +include(../wince50standard-mipsii-msvc2005/default_post.prf) |