<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to disable default QApplication command line arguments?]]></title><description><![CDATA[<p dir="auto">Every Qt application automatically supports some default arguments, available in this list:<br />
<a href="http://doc.qt.io/qt-5/qapplication.html#QApplication" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qapplication.html#QApplication</a></p>
<p dir="auto">How can I disable them? Especially, the -qmljsdebugger argument, which may even introduce security issues in final applications since anyone can connect a debugger to the internal QML JavaScript engine. I'm really worried about it.</p>
]]></description><link>https://forum.qt.io/topic/51861/how-to-disable-default-qapplication-command-line-arguments</link><generator>RSS for Node</generator><lastBuildDate>Sat, 29 Aug 2026 13:41:22 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/51861.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Mar 2015 01:42:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to disable default QApplication command line arguments? on Tue, 03 Mar 2015 07:43:22 GMT]]></title><description><![CDATA[<p dir="auto">You pass over the command line to QApplication / QCoreApplication. So you control what command line options Qt will see.</p>
]]></description><link>https://forum.qt.io/post/263778</link><guid isPermaLink="true">https://forum.qt.io/post/263778</guid><dc:creator><![CDATA[Asperamanca]]></dc:creator><pubDate>Tue, 03 Mar 2015 07:43:22 GMT</pubDate></item></channel></rss>