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
755629dcbc
ref #519 fix windows tests
2021-06-11 16:12:36 +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
35918d8007
Update UnitTests/tst_deploytest.cpp
2021-05-24 18:47:10 +03:00
3d6ef828b5
fix #614
2021-05-24 18:35:22 +03:00
d8e09ef16e
Revert "fix qt.conf"
...
This reverts commit 196188ebe9cc9dabcdefde4213794e19b1dbfbaf.
2021-05-24 12:01:37 +03:00
4177496b0a
Merge pull request #612 from QuasarApp/permisionnFixes
...
fix permission on debian package
2021-05-22 21:52:34 +03:00
b22941986d
fix permission on debian package
2021-05-22 20:31:32 +03:00
196188ebe9
fix qt.conf
2021-05-22 15:42:29 +03:00
3ce511e7b5
fix windows tests
2021-05-21 19:40:41 +03:00
b35dd20fbe
fix conf file test
2021-05-21 19:27:56 +03:00
8d294bc41f
test optimisation
2021-05-21 19:07:42 +03:00
c68e36db03
fix tests
2021-05-20 16:38:05 +03:00
44531455db
fix #558 "added support of md5 hashes"
2021-05-20 16:14:46 +03:00
35784cc299
Merge branch 'v1.5' into task_558
2021-05-20 16:07:38 +03:00
2caac65d8f
fix #558 added own getName from path method
2021-05-20 12:47:08 +03:00
303922ea5b
ref #558 "added support of the calc hash sum"
2021-05-20 11:42:18 +03:00
5d1eb3b093
fix #588
2021-05-17 18:02:07 +03:00
Mozi
d99e6f411c
test!: add sspicli, cryptbase to x86 testSystemLib
...
Not a real fix, just want to pass the test.
These two dlls are dependencies of MPR.dll.
Currently, CQtDeployer cannot find and copy these two delay-loaded dlls
on 64-bit Windows. This seems to be a bug in pe-parse.
2021-04-30 22:55:03 +08: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
bde75052b0
fix linux build
2021-04-22 12:28:44 +03:00
18adb3359e
fix windows tests
2021-04-22 12:23:50 +03:00
0aee9cc1cf
fix windows tests part 2
2021-04-22 11:14:33 +03:00
7944453cff
fix some errors
2021-04-21 13:08:18 +03:00
ac892add92
fix syntax error
2021-04-20 22:38:51 +03:00
9d3608bcf1
ref #575 "use call for console applications in windows"
2021-04-20 20:43:22 +03:00
7b338212bd
added binPrefix option
2021-04-20 14:19:05 +03:00
d076c35359
Merge pull request #569 from QuasarApp/disableShortcuts
...
Fix of getting default template.
2021-04-16 16:45:55 +03:00
fac4bd8d61
ref #567 fixed defaults templates
2021-04-16 15:05:46 +03:00
52656a9618
added more logs
2021-04-14 09:36:19 +03:00
00bf5d04ec
added more logs
2021-04-13 18:15:29 +03:00
30c112a0bf
fix tests
2021-04-13 15:55:06 +03:00
e3c69c6eff
remove old code
2021-04-13 13:23:42 +03:00
844fcbfbc5
added new test cases
...
* test overrwriting files with qif option
* test overriding default templates (new documentation page)
2021-04-13 12:24:36 +03:00
bc1c0631e3
fix depricated method
2021-04-07 19:36:08 +03:00
624d8a12f1
remove depricated options
2021-03-30 11:27:51 +03:00
b218440401
Merge branch 'v1.4' into v1.5
2021-03-27 17:47:09 +03:00
601ea1c346
added test for qmldir parser
...
fix qml scaner tests (qt6)
2021-03-27 12:19:11 +03:00
bb5d66e573
ref #549 "added qmldir scanner"
2021-03-27 11:14:14 +03:00
ffcbd38ab8
fix windows tests
2021-03-03 17:48:53 +03:00
409184b602
fix extradata test
2021-03-03 17:24:26 +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
11ca86e7cb
added support icons for targets.
2021-02-26 20:24:06 +03:00
14c71a172a
Merge pull request #529 from QuasarApp/task_524
...
Added support of the control custom translation files.
2021-02-12 18:09:24 +03:00