!symbian: error(Only include this file for Symbian platforms) RSS_RULES ="group_name=\"QtDemos\";" vendorinfo = \ "; Localised Vendor name" \ "%{\"Nokia, Qt\"}" \ " " \ "; Unique Vendor name" \ ":\"Nokia, Qt\"" \ " " default_deployment.pkg_prerules += vendorinfo isEmpty(ICON):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg aster' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-09-28 10:33:14 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-09-28 10:33:14 (GMT)
commit16a1f281942a5bd1f00d038187cad970c1d173e1 (patch)
treeeb7b913fb7a87e2a7f2222c077e12331d4106128
parentd351706950a04a785eb37fe907610d3235719bb4 (diff)
downloadcpython-16a1f281942a5bd1f00d038187cad970c1d173e1.zip
cpython-16a1f281942a5bd1f00d038187cad970c1d173e1.tar.gz
cpython-16a1f281942a5bd1f00d038187cad970c1d173e1.tar.bz2
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.