Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.10.0
-
None
-
macOS Mojave Version 10.14.6
lldb-1001.0.13.3
Swift-5.0
Qt Creator: 4.10.0 Based on Qt 5.13.1(Clang 10.0 (Apple), 64Bit)
-
-
54e3d06c5e175d86c634b67a0504af6b1e78374f
Description
Strangely enough, Qt Creator passes an empty string as the second argument to GUI application.
Steps to reproduce:
- Create an empty Qt Widgets Application
- Compile the project
- Debug the app and check argc in main which equals to 2
- The second argument is an empty string which you can check in argv