qmake error - QT Creator 3.1.1 (opensource)
-
Looks like it compiled succesfully, do you have
tst_hellotest.exesomewhere in your project folder? -
don't double click it, run it from the console (replace
Path\To\Executablewith the path totst_hellotest.exe.C:\Qt\Qt5.3.0\5.3\mingw482_32\bin\qtenv2.bat cd Path\To\Executable\tst_hellotest.exeIn any case this proves you can compile a program with qmake/mingw32-make so try opening the project with Qt Creator again
-
don't double click it, run it from the console (replace
Path\To\Executablewith the path totst_hellotest.exe.C:\Qt\Qt5.3.0\5.3\mingw482_32\bin\qtenv2.bat cd Path\To\Executable\tst_hellotest.exeIn any case this proves you can compile a program with qmake/mingw32-make so try opening the project with Qt Creator again
@VRonin I've run it via the console and that works.
Tried again via Qt creator and get the same error as before
13:01:47: Running steps for project hello...
13:01:47: Could not start process "C:\Qt\Qt5.3.0\5.3\mingw482_32\bin\qmake.exe" C:\Users\nnathaniel\Downloads\hello\hello\hello.pro -r -spec win32-g++ "CONFIG+=debug"
Error while building/deploying project hello (kit: Desktop)
When executing step 'qmake'
13:01:47: Elapsed time: 00:00. -
@VRonin I've run it via the console and that works.
Tried again via Qt creator and get the same error as before
13:01:47: Running steps for project hello...
13:01:47: Could not start process "C:\Qt\Qt5.3.0\5.3\mingw482_32\bin\qmake.exe" C:\Users\nnathaniel\Downloads\hello\hello\hello.pro -r -spec win32-g++ "CONFIG+=debug"
Error while building/deploying project hello (kit: Desktop)
When executing step 'qmake'
13:01:47: Elapsed time: 00:00. -
@ntn7 what kit is selected, when you run it from QtCreator, the auto detected one or the manual one?
-
@J-Hilk Hi, below are the kit details that are being used. this is what was setup by default, i haven't changed this.

-
@ntn7 You did not answer the question. As you can see there are 2 Kits, so which one do you use?
-
@jsulm is this the detail you looking for? :|

if not, please will you point me to the right direction and I'll provide whats needed
-
-
@ntn7 said in qmake error - QT Creator 3.1.1 (opensource):
after removing it
You don't have to remove it, you can easily switch between different Kits
-
ok, I really am a little lost now... I've changed the location of the above project and I receive the error again... I've checked the kit thats being used and its only the one referenced above.

what am i doing wrong? :(
am i perhaps building this incorrectly? -
ok, I really am a little lost now... I've changed the location of the above project and I receive the error again... I've checked the kit thats being used and its only the one referenced above.

what am i doing wrong? :(
am i perhaps building this incorrectly?



