59 |
59 |
60 def main(): |
60 def main(): |
61 """ |
61 """ |
62 Main entry point into the application. |
62 Main entry point into the application. |
63 """ |
63 """ |
|
64 from PyQt5.QtGui import QGuiApplication |
|
65 QGuiApplication.setDesktopFileName("eric6_unittest.desktop") |
|
66 |
64 options = [ |
67 options = [ |
65 ("--config=configDir", |
68 ("--config=configDir", |
66 "use the given directory as the one containing the config files"), |
69 "use the given directory as the one containing the config files"), |
67 ("--settings=settingsDir", |
70 ("--settings=settingsDir", |
68 "use the given directory to store the settings files"), |
71 "use the given directory to store the settings files"), |