diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-07 11:29:23 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-08 10:25:17 +0200 |
commit | 9bd7e50a5aa6258a58979a22250ce264b69d4ee2 (patch) | |
tree | 14893552fbe984de3c6a371f2099875327e8953a /mkspecs/wincewm50smart-msvc2008 | |
parent | 790d6d4dda03314cccf4cad0bf32d9d8c3da4980 (diff) | |
download | qt4-tools-9bd7e50a5aa6258a58979a22250ce264b69d4ee2.tar.gz |
use a single qplatformdefs.h for all Windows CE mkspecs
Additionally, mkspecs/wince.conf was moved to
mkspecs/common/wince/qmake.conf
The common qplatformdefs.h is also in that directory.
Task-number: 259850
Reviewed-by: mauricek
Diffstat (limited to 'mkspecs/wincewm50smart-msvc2008')
-rw-r--r-- | mkspecs/wincewm50smart-msvc2008/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h b/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h index 37c8f62918..cda4ff485e 100644 --- a/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h +++ b/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h @@ -39,5 +39,5 @@ ** ****************************************************************************/ -#include "../wincewm50smart-msvc2005/qplatformdefs.h" +#include "../common/wince/qplatformdefs.h" |