diff --git a/CQtDeployerBinaries b/CQtDeployerBinaries
new file mode 160000
index 0000000..f4f1f33
--- /dev/null
+++ b/CQtDeployerBinaries
@@ -0,0 +1 @@
+Subproject commit f4f1f3373c03f76b63d5f63d3f6f02bf83395108
diff --git a/Deploy/configparser.cpp b/Deploy/configparser.cpp
index 4298168..57a4892 100644
--- a/Deploy/configparser.cpp
+++ b/Deploy/configparser.cpp
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #include "configparser.h"
 #include <QDebug>
 #include <QDir>
diff --git a/Deploy/configparser.h b/Deploy/configparser.h
index b49d14e..498a490 100644
--- a/Deploy/configparser.h
+++ b/Deploy/configparser.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef CQT_H
 #define CQT_H
 #include "distrostruct.h"
diff --git a/Deploy/elf.cpp b/Deploy/elf.cpp
index d809856..b1c7203 100644
--- a/Deploy/elf.cpp
+++ b/Deploy/elf.cpp
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #include "elf.h"
 #include <cmath>
 #include <QFileInfo>
diff --git a/Deploy/elf.h b/Deploy/elf.h
index e9f5227..5407d3d 100644
--- a/Deploy/elf.h
+++ b/Deploy/elf.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef ELF_H
 #define ELF_H
 #include "../qtTools/src/shared/winutils/elfreader.h"
diff --git a/Deploy/envirement.cpp b/Deploy/envirement.cpp
index 3832e41..b59bd77 100644
--- a/Deploy/envirement.cpp
+++ b/Deploy/envirement.cpp
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #include "envirement.h"
 #include "quasarapp.h"
 
diff --git a/Deploy/envirement.h b/Deploy/envirement.h
index 26bfdc3..280f11a 100644
--- a/Deploy/envirement.h
+++ b/Deploy/envirement.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef ENVIREMENT_H
 #define ENVIREMENT_H
 
diff --git a/Deploy/filemanager.cpp b/Deploy/filemanager.cpp
index 8135e2b..6eda42d 100644
--- a/Deploy/filemanager.cpp
+++ b/Deploy/filemanager.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "filemanager.h"
 #include <QDir>
 #include <quasarapp.h>
diff --git a/Deploy/filemanager.h b/Deploy/filemanager.h
index 1f1efe3..45f5452 100644
--- a/Deploy/filemanager.h
+++ b/Deploy/filemanager.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef COPYPASTEMANAGER_H
 #define COPYPASTEMANAGER_H
 #include <QFileInfo>
diff --git a/Deploy/igetlibinfo.h b/Deploy/igetlibinfo.h
index aee6df2..5d1d0f0 100644
--- a/Deploy/igetlibinfo.h
+++ b/Deploy/igetlibinfo.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef IGETLIBINFO_H
 #define IGETLIBINFO_H
 
diff --git a/Deploy/ignorerule.cpp b/Deploy/ignorerule.cpp
index aab7b53..494192c 100644
--- a/Deploy/ignorerule.cpp
+++ b/Deploy/ignorerule.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "ignorerule.h"
 #include <quasarapp.h>
 
diff --git a/Deploy/ignorerule.h b/Deploy/ignorerule.h
index 169f17b..c9138f9 100644
--- a/Deploy/ignorerule.h
+++ b/Deploy/ignorerule.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef IGNORERULE_H
 #define IGNORERULE_H
 
diff --git a/Deploy/libinfo.cpp b/Deploy/libinfo.cpp
index f01d0d5..748b8f2 100644
--- a/Deploy/libinfo.cpp
+++ b/Deploy/libinfo.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "libinfo.h"
 
 bool operator ==(const LibInfo &left, const LibInfo &right) {
diff --git a/Deploy/libinfo.h b/Deploy/libinfo.h
index 6a371ca..6ce2aa5 100644
--- a/Deploy/libinfo.h
+++ b/Deploy/libinfo.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef LIBINFO_H
 #define LIBINFO_H
 #include "deploycore.h"
diff --git a/Deploy/metafilemanager.cpp b/Deploy/metafilemanager.cpp
index 3df4fe0..c575481 100644
--- a/Deploy/metafilemanager.cpp
+++ b/Deploy/metafilemanager.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "deploycore.h"
 #include "metafilemanager.h"
 
diff --git a/Deploy/metafilemanager.h b/Deploy/metafilemanager.h
index ce345f4..d72a09e 100644
--- a/Deploy/metafilemanager.h
+++ b/Deploy/metafilemanager.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef METAFILEMANAGER_H
 #define METAFILEMANAGER_H
 
diff --git a/Deploy/pe.cpp b/Deploy/pe.cpp
index a0ae0f6..d4f1cc2 100644
--- a/Deploy/pe.cpp
+++ b/Deploy/pe.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "pe.h"
 
 #include <QFile>
diff --git a/Deploy/pe.h b/Deploy/pe.h
index b47f27a..f38dd89 100644
--- a/Deploy/pe.h
+++ b/Deploy/pe.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef PE_H
 #define PE_H
 
diff --git a/Deploy/pluginsparser.cpp b/Deploy/pluginsparser.cpp
index 6253f04..1b2add4 100644
--- a/Deploy/pluginsparser.cpp
+++ b/Deploy/pluginsparser.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "pluginsparser.h"
 #include <QDir>
 #include <dependenciesscanner.h>
diff --git a/Deploy/pluginsparser.h b/Deploy/pluginsparser.h
index 15b8671..cbe3d07 100644
--- a/Deploy/pluginsparser.h
+++ b/Deploy/pluginsparser.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef QTMODULES_H
 #define QTMODULES_H
 
diff --git a/Deploy/qml.cpp b/Deploy/qml.cpp
index 898a197..8cf9f38 100644
--- a/Deploy/qml.cpp
+++ b/Deploy/qml.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2018-2019 QuasarApp.
+ * Distributed under the lgplv3 software license, see the accompanying
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+
 #include "qml.h"
 
 #include <QDir>
diff --git a/Deploy/qml.h b/Deploy/qml.h
index a1c2b00..31f441f 100644
--- a/Deploy/qml.h
+++ b/Deploy/qml.h
@@ -1,3 +1,10 @@
+//#
+//# Copyright (C) 2018-2019 QuasarApp.
+//# Distributed under the lgplv3 software license, see the accompanying
+//# Everyone is permitted to copy and distribute verbatim copies
+//# of this license document, but changing it is not allowed.
+//#
+
 #ifndef QML_DEPLY_H
 #define QML_DEPLY_H
 
diff --git a/qtBase b/qtBase
new file mode 160000
index 0000000..08de243
--- /dev/null
+++ b/qtBase
@@ -0,0 +1 @@
+Subproject commit 08de243eaa007597c2bfbc97d3d14e2f821ac4be