aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/deploy/default.spec
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside-tools/deploy/default.spec')
-rw-r--r--sources/pyside-tools/deploy/default.spec40
1 files changed, 0 insertions, 40 deletions
diff --git a/sources/pyside-tools/deploy/default.spec b/sources/pyside-tools/deploy/default.spec
deleted file mode 100644
index 4558ae161..000000000
--- a/sources/pyside-tools/deploy/default.spec
+++ /dev/null
@@ -1,40 +0,0 @@
-[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 =
-
-[nuitka]
-
-# (str) specify any extra nuitka arguments
-# eg: extra_args = --show-modules --follow-stdlib
-extra_args = --quiet