Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Build Qt debug and release builds

$
0
0
Hi, I’m building Qt from source, but somehow I’m always ending up with the debug dll/lib’s (Qt*d.lib). Here’s what I’m doing: $qtbase> configure -debug -nomake examples -nomake tests -opensource -prefix C:\Qt\5.2.1\selfbuilt_msvc2013_64\ $qtbase> nmake $qtbase> nmake install $qtbase> nmake confclean $qtbase> configure -release -nomake examples -nomake tests -opensource -prefix C:\Qt\5.2.1\selfbuilt_msvc2013_64\ $qtbase> nmake $qtbase> nmake install The second nmake install just also copies the debug libraries. I also tried $qtbase> nmake release but it didn’t change anything. What am I doing wrong? Any help appreciated. Thanks,

Viewing all articles
Browse latest Browse all 2113

Trending Articles