Re: [Interest] TEMPLATE=lib creating executable config for Visual Studio project files

2016-11-12 Thread Bob Hood
On 11/12/2016 8:12 PM, Thiago Macieira wrote: On sábado, 12 de novembro de 2016 19:14:37 PST Bob Hood wrote: QMAKE isn't behaving the way I'm expecting. I've tried 4.8.6, 5.4.2 and 5.6.2, and this bare-bones QMAKE .pro file keeps generating Visual Studio project files (.vcproj and .vcxproj) tha

Re: [Interest] TEMPLATE=lib creating executable config for Visual Studio project files

2016-11-12 Thread Thiago Macieira
On sábado, 12 de novembro de 2016 19:14:37 PST Bob Hood wrote: > QMAKE isn't behaving the way I'm expecting. I've tried 4.8.6, 5.4.2 and > 5.6.2, and this bare-bones QMAKE .pro file keeps generating Visual Studio > project files (.vcproj and .vcxproj) that have an "Application" > configuration wit

[Interest] TEMPLATE=lib creating executable config for Visual Studio project files

2016-11-12 Thread Bob Hood
QMAKE isn't behaving the way I'm expecting. I've tried 4.8.6, 5.4.2 and 5.6.2, and this bare-bones QMAKE .pro file keeps generating Visual Studio project files (.vcproj and .vcxproj) that have an "Application" configuration with an ".exe" extension when I run "qmake -t vcapp": TARGET = tm