Not able to buid the Qt sample in Windows 7 64bit machine
-
I have installed "qt-opensource-windows-x86-5.12.8" in windows 10 64 bit machine and developed my first qt sample application. The same sample application is moved to my other windows 7 64 bit machine having the same qt (qt-opensource-windows-x86-5.12.8)is installed, this time the I am not even able to build the application. Even I am not able to build the example application came along with qt, showing the same line(see below) is running until we click the stop button.
00:29:34: Running steps for project Test...
00:29:34: Configuration unchanged, skipping qmake step.
00:29:34: Starting: "C:\Qt\Qt5.12.8\Tools\mingw730_64\bin\mingw32-make.exe" -j4
C:\Qt\Qt5.12.8\5.12.8\mingw73_64\bin\qmake.exe -o Makefile ..\Test\Test.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
C:\Qt\Qt5.12.8\5.12.8\mingw73_64\bin\qmake.exe -o Makefile ..\Test\Test.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
C:\Qt\Qt5.12.8\5.12.8\mingw73_64\bin\qmake.exe -o Makefile ..\Test\Test.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
C:\Qt\Qt5.12.8\5.12.8\mingw73_64\bin\qmake.exe -o Makefile ..\Test\Test.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
.......
.......
.......Please can anyone help me out, what went wrong here.
-
Hi and welcome to devnet,
How are you moving the code from one machine to the other ?
Check the time stamp of these files on your other machine.