Visual Studio
-
Hello,
I am trying to convert my Qt Creator *.pro file into a Visual Studio project. I am running the command which is listed in the documentation:
qmake -tp vc untitled2.pro "CONFIG+=windeployqt"
but I keep getting the error:
Unable to generate output for Makefile.Release [TEMPLATE vcapp]
Unable to generate output for Makefile.Debug [TEMPLATE vcapp]I have tried to google this problem but have had no success.
-
Thanks. I have managed to get this working but now I have another problem.
When compiling in Visual Studio I get the following error:
1> Unable to locate ICU library icuin53.dll
1>C:\Users\AP.local\Desktop\untitled2\untitled2.vcxproj(100,5): error MSB3073: The command "C:\Qt\5.4\msvc2013_64\bin\windeployqt.exe -qmldir C:\Users\AP.local\Desktop\untitled2 -list relative -dir "C:\Users\AP.local\Desktop\untitled2" "release\untitled2.exe" > "untitled2.windeployqt.x64.Release"" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========