Hey,
Yesterday I installed Qt Creater to try my first C++ app with GUI. I started new QtQuick project and I tried to run it without any change, but I get error:
mingw32-make1: *** [copydeploymentfolders] Error 4
Complete output is:
14:28:42: Prováděn postup pro projekt Test…
14:28:42: Nastavení nezměněno. Přeskakuje se krok qmake.
14:28:42: Spouští se: “D:\Qt\Tools\mingw48_32\bin\mingw32-make.exe”
D:/Qt/Tools/mingw48_32/bin/mingw32-make -f Makefile.Debug
mingw32-make1: Entering directory ‘D:/ZCU/QT/build-Test-Desktop_Qt_5_2_1_MinGW_32bit-Ladění’
Copying application data…
Invalid path
0 File(s) copied
Makefile.Debug:100: recipe for target ‘copydeploymentfolders’ failed
mingw32-make1: *** [copydeploymentfolders] Error 4
mingw32-make1: Leaving directory ‘D:/ZCU/QT/build-Test-Desktop_Qt_5_2_1_MinGW_32bit-Ladění’
mingw32-make: *** [debug] Error 2
makefile:34: recipe for target ‘debug’ failed
14:28:45: Proces “D:\Qt\Tools\mingw48_32\bin\mingw32-make.exe” byl ukončen. Vrácená hodnota 2.
Chyba při sestavování/nasazování projektu Test (sada: Desktop Qt 5.2.1 MinGW 32bit)
How can I fix that?
Thanks for all replies :)
↧