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/qthreadonce | |
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/qthreadonce')
-rw-r--r-- | tests/auto/qthreadonce/tst_qthreadonce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qthreadonce/tst_qthreadonce.cpp b/tests/auto/qthreadonce/tst_qthreadonce.cpp index 7e67dc3..f20788a 100644 --- a/tests/auto/qthreadonce/tst_qthreadonce.cpp +++ b/tests/auto/qthreadonce/tst_qthreadonce.cpp @@ -46,7 +46,7 @@ #include <qmutex.h> #include <qthread.h> #include <qwaitcondition.h> -#include <qthreadonce.h> +#include "qthreadonce.h" //TESTED_CLASS= //TESTED_FILES=corelib/thread/qthreadonce.h corelib/thread/qthreadonce.cpp |