Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.1.0-beta
-
Windows 7 64 bit
-
156330cd5dbd132a2b64dec865af4f0cdec94407
Description
- Create a Qt Widgets Application using the wizard.
- Go to the active build configuration's run settings.
- Add some arguments, e.g. "a b c", without any quotes.
- Run the application.
- Check the application's command line in Windows Task Manager.
You'll see something likeD:\Testprojekte\build-untitled23-Qt_5_2_1-Debug\debug\untitled.exe "a b c" a b c
The part in quotes is wrong and should be removed.
Found by Squish test tst_qtquick_creation.