aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/deploy_lib/default.spec
blob: 909b44d7312cac8ac5096f462ad1e8406c2b7e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[app]

# Title of your application
title = My Application

# Project Directory. The general assumption is that project_dir is the parent directory
# of input_file
project_dir =

# Source file path
input_file =

# Directory where exec is stored
exec_directory =

# Path to .pyproject project file
project_file =

[python]

# Python path
python_path =

# python packages to install
# ordered-set: increase compile time performance of nuitka packaging
# zstandard: provides final executable size optimization
packages = nuitka,ordered_set,zstandard

[qt]

# Comma separated path to QML files required
# normally all the QML files are added automatically
qml_files =

# excluded qml plugin binaries
excluded_qml_plugins =

[nuitka]

# (str) specify any extra nuitka arguments
# eg: extra_args = --show-modules --follow-stdlib
extra_args = --quiet --noinclude-qt-translations=True