This may sound like a silly question but I was pretty sure that after a successful build I would get a bin folder full of the Qt DLLs. Am I missing something?
I put the source folder in C:\Qt\5.1.0,
Then with the VS2012 command prompt.:
SET QMAKESPEC=win32-msvc2012
SET QMAKE=C:\Qt\5.1.0\qtbase
SET PATH=C:\Qt\5.1.0\qtbase\bin;PATH
configure -debug-and-release -opensource -platform win32-msvc2012 -opengl
desktop -static -nomake webkit -nomake examples -nomake tests
Then “jom” which took its time but doesn’t seem like there are any errors. Still my qtbase/bin folder doesn’t have the Qt DLLs I’m expecting to find.
Am I doing something wrong?
↧