[SOLVED] QtCreator compiling error
-
Hi to everyboy
I have a QtCreator project in Archlinux 64 bits with Qt5 which compile perfectly and when I try to compile it in ubuntu 32 bits it dosen't.... the QtCreator give the following error:
11:32:59: Running steps for project OpenOrange...
11:32:59: Starting: "/home/freddy/Qt5.1.1/5.1.1/gcc/bin/qmake" /home/freddy/orange/git-repo/src5/OpenOrange.pro -r -spec linux-g++
QProcessPrivate::execChild() failed to chdir to /media/freddy/d2df1a7b-7670-42da-a3c4-b14f0a60fdaf/freddy/Trabajo/orange/git-repo/build-OpenOrange-Desktop_Qt_5_1_1_GCC_32bit-Release
11:33:00: The process "/home/freddy/Qt5.1.1/5.1.1/gcc/bin/qmake" exited normally.
11:33:00: Cannot find Makefile. Check your build settings.
Error while building/deploying project OpenOrange (kit: Desktop Qt 5.1.1 GCC 32bit)
When executing step 'Make'
11:33:00: Elapsed time: 00:01.someone know about it ?
best regard
freddy
-
Hi,
Are you sure that "/media/freddy/d2df1a7b-7670-42da-a3c4-b14f0a60fdaf/freddy/Trabajo/orange/git-repo/build-OpenOrange-Desktop_Qt_5_1_1_GCC_32bit-Release" is a valid path on your ubuntu 32 ?
-
no
this is not a valid path and I don't know why the QtCreator detect this path !!!
how can I fix this ??
-
Do you have a .pro.user file that comes from your ArchLinux ?
Go to the project panel and update the shadow build path to somewhere available
-
thanks... problem solved
-
Good, you're welcome !
Please update the thread title prepending [solved] so other forum users may know a solution has been found :)
-
excuse by my ignorance... where can I check as solved one thread ??
best regards
-
No excuse needed, just edit your first post and modify the title, that's all :)
-
thanks for the help