Note that there are some explanatory texts on larger screens.

plurals
  1. POan error in qt_creator
    text
    copied!<p>I begin to study qt (I have qt creator, last version), so I read the reference how to begin to work with it and I'm trying to compile project "Animated Tiles" but I receive an error, can somebody please explain why:</p> <pre><code>Running build steps for project animatedtiles... Configuration unchanged, skipping qmake step. Starting: "D:/QT_prog/mingw/bin/mingw32-make.exe" -w mingw32-make: Entering directory `D:/QT_prog/qt/examples/animation/animatedtiles-build-desktop' D:/QT_prog/mingw/bin/mingw32-make -f Makefile.Debug all mingw32-make[1]: Entering directory `D:/QT_prog/qt/examples/animation/animatedtiles-build-desktop' mingw32-make[1]: Nothing to be done for `all'. mingw32-make[1]: Leaving directory `D:/QT_prog/qt/examples/animation/animatedtiles-build-desktop' D:/QT_prog/mingw/bin/mingw32-make -f Makefile.Release all mingw32-make[1]: Entering directory `D:/QT_prog/qt/examples/animation/animatedtiles-build-desktop' g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\release_shared" -I"..\animatedtiles" -I"." -I"..\..\..\mkspecs\win32-g++" -o tmp\obj\release_shared\main.o ..\animatedtiles\main.cpp ..\animatedtiles\main.cpp:257:20: error: main.moc: No such file or directory mingw32-make[1]: Leaving directory `D:/QT_prog/qt/examples/animation/animatedtiles-build-desktop' mingw32-make: Leaving directory `D:/QT_prog/qt/examples/animation/animatedtiles-build-desktop' mingw32-make[1]: *** [tmp/obj/release_shared/main.o] Error 1 mingw32-make: *** [release-all] Error 2 The process "D:/QT_prog/mingw/bin/mingw32-make.exe" exited with code %2. Error while building project animatedtiles (target: Desktop) When executing build step 'Сборка' </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload