eric6/eric6_unittest.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
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"),

eric ide

mercurial