|
1 | | -FORMS = ../../profile_manager_dialog_base.ui |
| 1 | +FORMS = ../../profile_manager_dialog_base.ui |
2 | 2 |
|
3 | | -SOURCES = \ |
4 | | - ../../utils.py \ |
5 | | - ../../profiles/profile_copier.py \ |
6 | | - ../../profiles/profile_editor.py \ |
7 | | - ../../profiles/profile_remover.py \ |
8 | | - ../../profiles/profile_creator.py \ |
9 | | - ../../profiles/profile_action_handler.py \ |
10 | | - ../../profiles/utils.py \ |
11 | | - ../../profile_manager_dialog.py \ |
12 | | - ../../gui/interface_handler.py \ |
| 3 | +SOURCES = ../../gui/mdl_profiles.py \ |
13 | 4 | ../../gui/name_profile_dialog.py \ |
14 | | - ../../gui/mdl_profiles.py \ |
| 5 | + ../../gui/utils.py \ |
| 6 | + ../../handlers/bookmarks.py \ |
| 7 | + ../../handlers/customization.py \ |
| 8 | + ../../handlers/data_sources.py \ |
| 9 | + ../../handlers/expressions.py \ |
| 10 | + ../../handlers/favourites.py \ |
| 11 | + ../../handlers/models.py \ |
| 12 | + ../../handlers/plugins.py \ |
| 13 | + ../../handlers/scripts.py \ |
| 14 | + ../../handlers/styles.py \ |
15 | 15 | ../../profile_manager.py \ |
| 16 | + ../../profile_manager_dialog.py \ |
| 17 | + ../../profiles/profile_handler.py \ |
| 18 | + ../../profiles/utils.py \ |
16 | 19 | ../../qdt_export/profile_export.py \ |
17 | | - ../../datasources/functions/function_handler.py \ |
18 | | - ../../datasources/dataservices/datasource_distributor.py \ |
19 | | - ../../datasources/dataservices/datasource_provider.py \ |
20 | | - ../../datasources/dataservices/datasource_handler.py \ |
21 | | - ../../datasources/bookmarks/bookmark_handler.py \ |
22 | | - ../../datasources/favourites/favourites_handler.py \ |
23 | | - ../../datasources/models/script_handler.py \ |
24 | | - ../../datasources/models/model_handler.py \ |
25 | | - ../../datasources/plugins/plugin_remover.py \ |
26 | | - ../../datasources/plugins/plugin_handler.py \ |
27 | | - ../../datasources/plugins/plugin_displayer.py \ |
28 | | - ../../datasources/plugins/plugin_importer.py \ |
29 | | - ../../datasources/customizations/customization_handler.py \ |
30 | | - ../../datasources/styles/style_handler.py |
| 20 | + ../../utils.py |
31 | 21 |
|
32 | | -TRANSLATIONS = \ |
33 | | - ProfileManager_de.ts \ |
| 22 | +TRANSLATIONS = ProfileManager_de.ts \ |
34 | 23 | ProfileManager_fr.ts \ |
35 | 24 | ProfileManager_it.ts |
0 commit comments