7ef3e58cfd
ref #421 added new help page
2021-07-28 12:39:25 +03:00
ecddf67508
ref #421 "refactoring help "
2021-07-27 18:00:52 +03:00
30e28650b8
update quasarapp lib
2021-07-26 13:17:35 +03:00
871a37e535
cqtdeployer v 1.5.2.4
2021-07-02 16:59:45 +03:00
a5f0bb5c73
added support prefixes for extra data
2021-07-01 17:07:14 +03:00
51b2ed9c5a
Update Deploy/deploycore.cpp
...
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-06-15 17:12:53 +03:00
911bf5b7ec
Update deploycore.cpp
2021-06-14 11:30:38 +03:00
d4be53d3bd
ref #621 fix windows tests
2021-06-14 10:38:24 +03:00
d404afaa07
ref #621 "added qifOut option"
2021-06-14 09:58:46 +03:00
d57c8660c0
Merge pull request #624 from QuasarApp/task_620
...
Added ssl libs into Qt 3rdparty libraries
2021-06-11 16:49:23 +03:00
c3668929ce
ref #620 "added ssl libs into Qt 3rdparty libraries"
2021-06-11 11:47:48 +03:00
d7a6d0c138
ref #519 added tests and documentations
2021-06-10 11:34:25 +03:00
583d27e3ff
ref #519 implement of new system for creating run scripts.
2021-06-09 14:25:13 +03:00
0c51bf0bed
Revert "ref #519 implement of new system for creating run scripts."
...
This reverts commit 18888ab37091dffb0e8327d64a43b6d98ebb433a.
2021-06-09 14:23:54 +03:00
18888ab370
ref #519 implement of new system for creating run scripts.
2021-06-09 14:22:46 +03:00
3d6ef828b5
fix #614
2021-05-24 18:35:22 +03:00
6e48d964db
Apply suggestions from code review
2021-05-20 16:26:11 +03:00
303922ea5b
ref #558 "added support of the calc hash sum"
2021-05-20 11:42:18 +03:00
7fda866df7
Merge pull request #583 from QuasarApp/logs
...
Fix log behavior
2021-05-03 16:07:42 +03:00
89028ed5ad
Apply suggestions from code review
...
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-05-02 12:19:16 +03:00
af06b1854c
fix logs
2021-05-01 00:31:15 +03:00
ae6c0ac064
fix builds after update quasarapplib
2021-04-30 12:40:33 +03:00
Mozi
a2ff64d9c0
fix: add libgcc_s_dw2-1.dll for MinGW i686
...
For Qt MinGW, the error handling method between i686 and x86_64 is
different. dwarf-2 is used in i686 and seh is used in x86_64.
libgcc_s_dw2-1.dll is used by dwarf-2 and libgcc_s_seh-1.dll is used
by seh.
For now, I think we shouldn't care about the duplication of the dll
files in different functions. It has nothing to do with this commit.
2021-04-30 14:48:56 +08:00
5b5d45f7f8
Merge branch 'v1.5beta' of github.com:QuasarApp/CQtDeployer into v1.5beta
2021-04-28 12:00:06 +03:00
d2ef118c93
Merge branch 'v1.5' into v1.5beta
2021-04-28 11:59:44 +03:00
kartaris
87cc974c10
Fixed mispells
...
(cherry picked from commit dd29182442c34d78676c637f2bb9878b7b2a3c20)
2021-04-28 11:15:32 +03:00
0aee9cc1cf
fix windows tests part 2
2021-04-22 11:14:33 +03:00
7b338212bd
added binPrefix option
2021-04-20 14:19:05 +03:00
624d8a12f1
remove depricated options
2021-03-30 11:27:51 +03:00
63dc47b296
Merge branch 'v1.5' of github.com:QuasarApp/CQtDeployer into v1.5
2021-03-03 16:59:14 +03:00
98ec69e5bc
Merge branch 'v1.4' into v1.5
2021-03-03 16:25:48 +03:00
3f58c342c3
ref #549 "fix parsing of the virtual keyboard module"
2021-03-03 14:10:53 +03:00
af0d53bd01
added more logs in the Packaing steps
2021-03-01 09:44:59 +03:00
ba35b70e6e
fix help
2021-02-28 10:55:27 +03:00
11ca86e7cb
added support icons for targets.
2021-02-26 20:24:06 +03:00
743588d56b
Merge pull request #521 from QuasarApp/task_520
...
Fix documentation for bin and extraLibs options
2021-02-24 16:28:14 +03:00
Mozi
0a0b6ff682
Update Deploy/deploycore.cpp
...
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
2021-02-23 22:14:04 +08:00
59fba0b91f
fix build
2021-02-22 20:04:40 +03:00
bb1423c4ab
ref #520 "fix options description"
2021-02-22 19:23:33 +03:00
c3a0ab67d3
ref #524 "fix documentation"
2021-02-12 16:10:22 +03:00
3cb7ee820a
fix #524 "added tr option for control custom translations "
2021-02-12 16:08:28 +03:00
0b1b36d7c2
Merge branch 'v1.5' into task_396
2021-02-08 10:23:58 +03:00
5b4fcfc76a
fix #396 "move system libs into lib/systemLibs folder"
2021-01-11 19:21:27 +03:00
958d0dba8f
Revert "fix #396 "move system libs into lib/systemLibs folder""
...
This reverts commit ff1fb00c6a77211c1c4d749dc3080a185f76c1d2.
2021-01-11 19:20:03 +03:00
ff1fb00c6a
fix #396 "move system libs into lib/systemLibs folder"
2021-01-11 19:15:50 +03:00
7d91fa10d1
fix #457 "added option for extracting default templates"
2021-01-10 20:25:22 +03:00
696c5c2c00
ref #486 "added docs for runScript option"
2021-01-08 22:18:56 +03:00
ee5c18f121
update copyrigh
...
update zip lib
update QuasarApp lib
2021-01-05 13:17:11 +03:00
6b348e9638
fix missing option
2020-12-08 12:51:00 +03:00
1576dd6b60
fix help
2020-12-08 12:37:45 +03:00