diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-05-19 09:00:31 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-05-19 10:44:16 (GMT) |
commit | ad9d9a93e1f63e2509e9cdb8c245853fb3c8674a (patch) | |
tree | b9ab222525d2515e2c46c43a7b7d101f435e9bd5 /tests/auto/qtessellator/utils.cpp | |
parent | 01fd310f47a4a0cf7a72366105cc36e07550494c (diff) | |
download | Qt-ad9d9a93e1f63e2509e9cdb8c245853fb3c8674a.zip Qt-ad9d9a93e1f63e2509e9cdb8c245853fb3c8674a.tar.gz Qt-ad9d9a93e1f63e2509e9cdb8c245853fb3c8674a.tar.bz2 |
Windows CE autotest compile fixes
Not always is "." in the includes path...
Reviewed-by: mauricek
Diffstat (limited to 'tests/auto/qtessellator/utils.cpp')
-rw-r--r-- | tests/auto/qtessellator/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtessellator/utils.cpp b/tests/auto/qtessellator/utils.cpp index 8a9dc1e..d408193 100644 --- a/tests/auto/qtessellator/utils.cpp +++ b/tests/auto/qtessellator/utils.cpp @@ -43,7 +43,7 @@ #include <assert.h> #include <qglobal.h> -#include <qnum.h> +#include "qnum.h" #define FloatToXFixed(i) (int)((i) * 65536) #define IntToXFixed(i) ((i) << 16) |