Hi everybody:

I have a qt project working perfectly, I was compiling and runing witouth any problem. A couple of days ago, I cleaned my pc (only temp folders, and app temp folders, nothing of system or programs) and after this I can't compiling my project.

I have reconfigured Qt creator (1), but when I try compile and run the project, I get the next errors:

Qt Code:
  1. Starting D:\work\qt\myProject\build\debug\myProject.exe...
  2. ASSERT: "size == 0 || offset < 0 || size_t(offset) >= sizeof(QArrayData)" in file C:\Qt\5.3\mingw482_32\include/QtCore/qarraydata.h, line 62
  3. Invalid parameter passed to C runtime function.
  4. Invalid parameter passed to C runtime function.
  5. D:\work\qt\myProject\build\debug\myProject.exe exited with code 3
To copy to clipboard, switch view to plain text mode 

I think that my configuration is correctly (obviously not) but dont find the key.

Any idea.

Thanks in advance.

(1)
S.O. Windows 7
MinGw
Qt 5.3.2

Qt creator:
Qt Creator 3.4.0 (opensource)
Based on Qt 5.4.1 (MSVC 2013, 32 bit)
Built on Apr 22 2015 04:15:14
From revision 6302a28c97

The Qt creator settings:
Build & run
Kits:
Device Type: Desktop
Device: Local PC
Debugger: System GDB at C:\Mingw\bin\gdb.exe
Qt version: Qt 5.3. (mingw482_32)

Qt Versions:
Version name: Qt %{Qt:Version} (mingw482_32)
qmake location: C:\Qt\5.3\mingw482_32\bin\qmake.exe

Compilers:
MinGW (x86 32bit in C:\Mingw\bin)
Compiler path: C:\Mingw\bin\g++.exe