summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/static_runtime.prf
Commit message (Collapse)AuthorAgeFilesLines
* escape literal backslashes in qmake filesOswald Buddenhagen2018-12-121-2/+2
| | | | | | Task-number: QTBUG-70765 Change-Id: I56abbf19be88d01b2964980fb741567f28e4f0fa Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* qmake: Remove the extra space before -MTAndy Shaw2018-10-171-2/+2
| | | | | | | | Removing the extra space before -MT ensures that the vcxproj generator gets valid input. Change-Id: Iccf88c5fc4473db406d714b646185a4fb60a3418 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Windows: Add -static-runtime configure optionKai Koehne2015-03-111-0/+7
Support statically linking the MSVC/mingw runtime libraries without manually tweaking mkspecs. This is helpful for projects like the installer framework. MSVC does not support mixing MT[d]/MD[d] flags in different compilation units. The static_runtime option is therefore added to both QT_CONFIG and CONFIG. Change-Id: Ifd6dc9c362090457de8e2c62477d0445f9479722 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>